Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/platform/
H A Dsh_vou.c699 struct v4l2_mbus_framefmt *mbfmt = &format.format; in sh_vou_set_fmt_vid_out() local
716 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 in sh_vou_set_fmt_vid_out()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/renesas/
H A Dsh_vou.c699 struct v4l2_mbus_framefmt *mbfmt = &format.format; in sh_vou_set_fmt_vid_out() local
716 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 in sh_vou_set_fmt_vid_out()
[all...]

Completed in 4 milliseconds