Lines Matching refs:mf
126 struct v4l2_mbus_framefmt *mf = &fmt->format;
129 *mf = *v4l2_subdev_get_try_format(sd, cfg, fmt->pad);
133 mf->colorspace = V4L2_COLORSPACE_SRGB;
139 *mf = isp->sink_fmt;
142 *mf = isp->src_fmt;
145 mf->colorspace = V4L2_COLORSPACE_JPEG;
146 mf->code = MEDIA_BUS_FMT_YUV10_1X30;
153 fmt->pad, mf->code, mf->width, mf->height);
162 struct v4l2_mbus_framefmt *mf = &fmt->format;
165 mf->colorspace = V4L2_COLORSPACE_SRGB;
168 v4l_bound_align_image(&mf->width, FIMC_ISP_SINK_WIDTH_MIN,
170 &mf->height, FIMC_ISP_SINK_HEIGHT_MIN,
172 mf->code = MEDIA_BUS_FMT_SGRBG10_1X10;
181 mf->width = format->width - FIMC_ISP_CAC_MARGIN_WIDTH;
182 mf->height = format->height - FIMC_ISP_CAC_MARGIN_HEIGHT;
185 mf->code = MEDIA_BUS_FMT_YUV10_1X30;
186 mf->colorspace = V4L2_COLORSPACE_JPEG;
188 mf->code = format->code;
199 struct v4l2_mbus_framefmt *mf = &fmt->format;
203 __func__, fmt->pad, mf->code, mf->width, mf->height);
209 mf = v4l2_subdev_get_try_format(sd, cfg, fmt->pad);
210 *mf = fmt->format;
221 mf = v4l2_subdev_get_try_format(sd, cfg, pad);
222 *mf = format.format;
230 isp->sink_fmt = *mf;
238 isp->src_fmt = *mf;