Searched refs:mbfmt (Results 1 – 1 of 1) sorted by relevance
682 struct v4l2_mbus_framefmt mbfmt = { in sh_vou_s_fmt_vid_out() local723 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()[all …]