Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/
Dsh_vou.c710 struct v4l2_mbus_framefmt *mbfmt = &format.format; in sh_vou_set_fmt_vid_out() local
727 mbfmt->width = geo.output.width; in sh_vou_set_fmt_vid_out()
728 mbfmt->height = geo.output.height; in sh_vou_set_fmt_vid_out()
736 geo.output.width, geo.output.height, mbfmt->width, mbfmt->height); in sh_vou_set_fmt_vid_out()
744 if ((unsigned)mbfmt->width > VOU_MAX_IMAGE_WIDTH || in sh_vou_set_fmt_vid_out()
745 (unsigned)mbfmt->height > img_height_max || in sh_vou_set_fmt_vid_out()
746 mbfmt->code != MEDIA_BUS_FMT_YUYV8_2X8) in sh_vou_set_fmt_vid_out()
749 if (mbfmt->width != geo.output.width || in sh_vou_set_fmt_vid_out()
750 mbfmt->height != geo.output.height) { in sh_vou_set_fmt_vid_out()
751 geo.output.width = mbfmt->width; in sh_vou_set_fmt_vid_out()
[all …]