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

/drivers/media/video/
H A Dsh_vou.c680 struct v4l2_mbus_framefmt mbfmt = { local
721 mbfmt.width = geo.output.width;
722 mbfmt.height = geo.output.height;
724 s_mbus_fmt, &mbfmt);
730 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 != V4L2_MBUS_FMT_YUYV8_2X8)
738 if (mbfmt
944 struct v4l2_mbus_framefmt mbfmt = { local
[all...]

Completed in 49 milliseconds