Searched refs:mbfmt (Results 1 – 1 of 1) sorted by relevance
699 struct v4l2_mbus_framefmt *mbfmt = &format.format; in sh_vou_set_fmt_vid_out() local716 mbfmt->width = geo.output.width; in sh_vou_set_fmt_vid_out()717 mbfmt->height = geo.output.height; in sh_vou_set_fmt_vid_out()725 geo.output.width, geo.output.height, mbfmt->width, mbfmt->height); in sh_vou_set_fmt_vid_out()733 if ((unsigned)mbfmt->width > VOU_MAX_IMAGE_WIDTH || in sh_vou_set_fmt_vid_out()734 (unsigned)mbfmt->height > img_height_max || in sh_vou_set_fmt_vid_out()735 mbfmt->code != MEDIA_BUS_FMT_YUYV8_2X8) in sh_vou_set_fmt_vid_out()738 if (mbfmt->width != geo.output.width || in sh_vou_set_fmt_vid_out()739 mbfmt->height != geo.output.height) { in sh_vou_set_fmt_vid_out()740 geo.output.width = mbfmt->width; in sh_vou_set_fmt_vid_out()[all …]