Home
last modified time | relevance | path

Searched refs:mbfmt (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/media/platform/renesas/
H A Dsh_vou.c697 struct v4l2_mbus_framefmt *mbfmt = &format.format; in sh_vou_set_fmt_vid_out() local
714 mbfmt->width = geo.output.width; in sh_vou_set_fmt_vid_out()
715 mbfmt->height = geo.output.height; in sh_vou_set_fmt_vid_out()
723 geo.output.width, geo.output.height, mbfmt->width, mbfmt->height); in sh_vou_set_fmt_vid_out()
731 if ((unsigned)mbfmt->width > VOU_MAX_IMAGE_WIDTH || in sh_vou_set_fmt_vid_out()
732 (unsigned)mbfmt->height > img_height_max || in sh_vou_set_fmt_vid_out()
733 mbfmt->code != MEDIA_BUS_FMT_YUYV8_2X8) in sh_vou_set_fmt_vid_out()
736 if (mbfmt->width != geo.output.width || in sh_vou_set_fmt_vid_out()
737 mbfmt->height != geo.output.height) { in sh_vou_set_fmt_vid_out()
738 geo.output.width = mbfmt->width; in sh_vou_set_fmt_vid_out()
[all …]