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

/linux-master/drivers/media/platform/renesas/
H A Dsh_vou.c699 struct v4l2_mbus_framefmt *mbfmt = &format.format; local
716 mbfmt->width = geo.output.width;
717 mbfmt->height = geo.output.height;
725 geo.output.width, geo.output.height, mbfmt->width, mbfmt->height);
733 if ((unsigned)mbfmt->width > VOU_MAX_IMAGE_WIDTH ||
734 (unsigned)mbfmt->height > img_height_max ||
735 mbfmt->code != MEDIA_BUS_FMT_YUYV8_2X8)
738 if (mbfmt->width != geo.output.width ||
739 mbfmt
[all...]

Completed in 155 milliseconds