Lines Matching refs:mbfmt
682 struct v4l2_mbus_framefmt mbfmt = { in sh_vou_s_fmt_vid_out() local
723 mbfmt.width = geo.output.width; in sh_vou_s_fmt_vid_out()
724 mbfmt.height = geo.output.height; in sh_vou_s_fmt_vid_out()
726 s_mbus_fmt, &mbfmt); in sh_vou_s_fmt_vid_out()
732 geo.output.width, geo.output.height, mbfmt.width, mbfmt.height); in sh_vou_s_fmt_vid_out()
735 if ((unsigned)mbfmt.width > VOU_MAX_IMAGE_WIDTH || in sh_vou_s_fmt_vid_out()
736 (unsigned)mbfmt.height > img_height_max || in sh_vou_s_fmt_vid_out()
737 mbfmt.code != MEDIA_BUS_FMT_YUYV8_2X8) in sh_vou_s_fmt_vid_out()
740 if (mbfmt.width != geo.output.width || in sh_vou_s_fmt_vid_out()
741 mbfmt.height != geo.output.height) { in sh_vou_s_fmt_vid_out()
742 geo.output.width = mbfmt.width; in sh_vou_s_fmt_vid_out()
743 geo.output.height = mbfmt.height; in sh_vou_s_fmt_vid_out()
945 struct v4l2_mbus_framefmt mbfmt = { in sh_vou_s_crop() local
987 mbfmt.width = geo.output.width; in sh_vou_s_crop()
988 mbfmt.height = geo.output.height; in sh_vou_s_crop()
990 s_mbus_fmt, &mbfmt); in sh_vou_s_crop()
996 if ((unsigned)mbfmt.width > VOU_MAX_IMAGE_WIDTH || in sh_vou_s_crop()
997 (unsigned)mbfmt.height > img_height_max || in sh_vou_s_crop()
998 mbfmt.code != MEDIA_BUS_FMT_YUYV8_2X8) in sh_vou_s_crop()
1001 geo.output.width = mbfmt.width; in sh_vou_s_crop()
1002 geo.output.height = mbfmt.height; in sh_vou_s_crop()