Lines Matching refs:mbus_format

31 	struct v4l2_mbus_framefmt mbus_format;  member
104 vsensor->mbus_format; in vimc_sensor_get_fmt()
112 vimc_pix_map_by_code(vsensor->mbus_format.code); in vimc_sensor_tpg_s_format()
114 tpg_reset_source(&vsensor->tpg, vsensor->mbus_format.width, in vimc_sensor_tpg_s_format()
115 vsensor->mbus_format.height, vsensor->mbus_format.field); in vimc_sensor_tpg_s_format()
116 tpg_s_bytesperline(&vsensor->tpg, 0, vsensor->mbus_format.width * vpix->bpp); in vimc_sensor_tpg_s_format()
117 tpg_s_buf_height(&vsensor->tpg, vsensor->mbus_format.height); in vimc_sensor_tpg_s_format()
120 tpg_s_field(&vsensor->tpg, vsensor->mbus_format.field, false); in vimc_sensor_tpg_s_format()
121 tpg_s_colorspace(&vsensor->tpg, vsensor->mbus_format.colorspace); in vimc_sensor_tpg_s_format()
122 tpg_s_ycbcr_enc(&vsensor->tpg, vsensor->mbus_format.ycbcr_enc); in vimc_sensor_tpg_s_format()
123 tpg_s_quantization(&vsensor->tpg, vsensor->mbus_format.quantization); in vimc_sensor_tpg_s_format()
124 tpg_s_xfer_func(&vsensor->tpg, vsensor->mbus_format.xfer_func); in vimc_sensor_tpg_s_format()
160 mf = &vsensor->mbus_format; in vimc_sensor_set_fmt()
220 vsensor->mbus_format.width, in vimc_sensor_process_frame()
221 vsensor->mbus_format.height); in vimc_sensor_process_frame()
257 vpix = vimc_pix_map_by_code(vsensor->mbus_format.code); in vimc_sensor_s_stream()
258 frame_size = vsensor->mbus_format.width * vpix->bpp * in vimc_sensor_s_stream()
259 vsensor->mbus_format.height; in vimc_sensor_s_stream()
417 tpg_init(&vsensor->tpg, vsensor->mbus_format.width, in vimc_sensor_add()
418 vsensor->mbus_format.height); in vimc_sensor_add()
436 vsensor->mbus_format = fmt_default; in vimc_sensor_add()