Lines Matching refs:mbfmt
715 struct v4l2_mbus_framefmt *mbfmt = &format.format; in sh_vou_set_fmt_vid_out() local
732 mbfmt->width = geo.output.width; in sh_vou_set_fmt_vid_out()
733 mbfmt->height = geo.output.height; in sh_vou_set_fmt_vid_out()
741 geo.output.width, geo.output.height, mbfmt->width, mbfmt->height); in sh_vou_set_fmt_vid_out()
749 if ((unsigned)mbfmt->width > VOU_MAX_IMAGE_WIDTH || in sh_vou_set_fmt_vid_out()
750 (unsigned)mbfmt->height > img_height_max || in sh_vou_set_fmt_vid_out()
751 mbfmt->code != MEDIA_BUS_FMT_YUYV8_2X8) in sh_vou_set_fmt_vid_out()
754 if (mbfmt->width != geo.output.width || in sh_vou_set_fmt_vid_out()
755 mbfmt->height != geo.output.height) { in sh_vou_set_fmt_vid_out()
756 geo.output.width = mbfmt->width; in sh_vou_set_fmt_vid_out()
757 geo.output.height = mbfmt->height; in sh_vou_set_fmt_vid_out()