Lines Matching refs:source_fmt
855 struct v4l2_mbus_framefmt *source_fmt; in cfe_start_channel() local
879 source_fmt = v4l2_subdev_state_get_format(state, in cfe_start_channel()
881 fmt = find_format_by_code(source_fmt->code); in cfe_start_channel()
883 width = source_fmt->width; in cfe_start_channel()
884 height = source_fmt->height; in cfe_start_channel()
920 source_fmt = v4l2_subdev_state_get_format(state, in cfe_start_channel()
922 fmt = find_format_by_code(source_fmt->code); in cfe_start_channel()
930 width = source_fmt->width; in cfe_start_channel()
931 height = source_fmt->height; in cfe_start_channel()
1121 struct v4l2_mbus_framefmt *source_fmt; in cfe_get_source_link_freq() local
1124 source_fmt = v4l2_subdev_state_get_format(state, in cfe_get_source_link_freq()
1128 fmt = find_format_by_code(source_fmt->code); in cfe_get_source_link_freq()
1772 struct v4l2_mbus_framefmt *source_fmt; in cfe_video_link_validate() local
1791 source_fmt = v4l2_subdev_state_get_format(state, link->source->index); in cfe_video_link_validate()
1792 if (!source_fmt) { in cfe_video_link_validate()
1801 if (source_fmt->width != pix_fmt->width || in cfe_video_link_validate()
1802 source_fmt->height != pix_fmt->height) { in cfe_video_link_validate()
1805 source_fmt->width, source_fmt->height); in cfe_video_link_validate()
1810 fmt = find_format_by_code_and_fourcc(source_fmt->code, in cfe_video_link_validate()
1821 if (source_fmt->width != meta_fmt->width || in cfe_video_link_validate()
1822 source_fmt->height != meta_fmt->height) { in cfe_video_link_validate()
1825 source_fmt->width, source_fmt->height); in cfe_video_link_validate()
1830 fmt = find_format_by_code_and_fourcc(source_fmt->code, in cfe_video_link_validate()