Searched refs:fmt_src (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/staging/media/imx/ |
D | imx-media-capture.c | 160 struct v4l2_subdev_format fmt_src; in capture_enum_fmt_vid_cap() local 164 fmt_src.pad = priv->src_sd_pad; in capture_enum_fmt_vid_cap() 165 fmt_src.which = V4L2_SUBDEV_FORMAT_ACTIVE; in capture_enum_fmt_vid_cap() 166 ret = v4l2_subdev_call(priv->src_sd, pad, get_fmt, NULL, &fmt_src); in capture_enum_fmt_vid_cap() 172 cc_src = imx_media_find_ipu_format(fmt_src.format.code, CS_SEL_ANY); in capture_enum_fmt_vid_cap() 181 cc_src = imx_media_find_mbus_format(fmt_src.format.code, in capture_enum_fmt_vid_cap() 210 struct v4l2_subdev_format fmt_src; in capture_try_fmt_vid_cap() local 214 fmt_src.pad = priv->src_sd_pad; in capture_try_fmt_vid_cap() 215 fmt_src.which = V4L2_SUBDEV_FORMAT_ACTIVE; in capture_try_fmt_vid_cap() 216 ret = v4l2_subdev_call(priv->src_sd, pad, get_fmt, NULL, &fmt_src); in capture_try_fmt_vid_cap() [all …]
|
/Linux-v4.19/drivers/media/platform/omap3isp/ |
D | ispccdc.c | 1124 struct v4l2_subdev_format fmt_src; in ccdc_configure() local 1155 fmt_src.pad = pad->index; in ccdc_configure() 1156 fmt_src.which = V4L2_SUBDEV_FORMAT_ACTIVE; in ccdc_configure() 1157 if (!v4l2_subdev_call(sensor, pad, get_fmt, NULL, &fmt_src)) { in ccdc_configure() 1158 fmt_info = omap3isp_video_format_info(fmt_src.format.code); in ccdc_configure()
|