Searched refs:mbus_format (Results 1 – 3 of 3) sorted by relevance
31 struct v4l2_mbus_framefmt mbus_format; member104 vsen->mbus_format; in vimc_sen_get_fmt()112 vimc_pix_map_by_code(vsen->mbus_format.code); in vimc_sen_tpg_s_format()115 vsen->mbus_format.height, vsen->mbus_format.field); in vimc_sen_tpg_s_format()160 mf = &vsen->mbus_format; in vimc_sen_set_fmt()219 vsen->mbus_format.width, in vimc_sen_process_frame()220 vsen->mbus_format.height); in vimc_sen_process_frame()258 vsen->mbus_format.height; in vimc_sen_s_stream()416 tpg_init(&vsen->tpg, vsen->mbus_format.width, in vimc_sen_add()417 vsen->mbus_format.height); in vimc_sen_add()[all …]
2206 mbus_format->width = mode->output_size_x; in ov5648_mbus_format_fill()2207 mbus_format->height = mode->output_size_y; in ov5648_mbus_format_fill()2208 mbus_format->code = mbus_code; in ov5648_mbus_format_fill()2210 mbus_format->field = V4L2_FIELD_NONE; in ov5648_mbus_format_fill()2211 mbus_format->colorspace = V4L2_COLORSPACE_RAW; in ov5648_mbus_format_fill()2212 mbus_format->ycbcr_enc = in ov5648_mbus_format_fill()2213 V4L2_MAP_YCBCR_ENC_DEFAULT(mbus_format->colorspace); in ov5648_mbus_format_fill()2215 mbus_format->xfer_func = in ov5648_mbus_format_fill()2261 mbus_code = mbus_format->code; in ov5648_set_fmt()2273 mbus_format->width, mbus_format->height); in ov5648_set_fmt()[all …]
2560 mbus_format->width = mode->output_size_x; in ov8865_mbus_format_fill()2561 mbus_format->height = mode->output_size_y; in ov8865_mbus_format_fill()2562 mbus_format->code = mbus_code; in ov8865_mbus_format_fill()2564 mbus_format->field = V4L2_FIELD_NONE; in ov8865_mbus_format_fill()2565 mbus_format->colorspace = V4L2_COLORSPACE_RAW; in ov8865_mbus_format_fill()2566 mbus_format->ycbcr_enc = in ov8865_mbus_format_fill()2567 V4L2_MAP_YCBCR_ENC_DEFAULT(mbus_format->colorspace); in ov8865_mbus_format_fill()2569 mbus_format->xfer_func = in ov8865_mbus_format_fill()2615 mbus_code = mbus_format->code; in ov8865_set_fmt()2627 mbus_format->width, mbus_format->height); in ov8865_set_fmt()[all …]
Completed in 43 milliseconds