Searched defs:v4l2_pix_format_mplane (Results 1 – 1 of 1) sorted by relevance
2089 struct v4l2_pix_format_mplane { struct2090 __u32 width;2091 __u32 height;2092 __u32 pixelformat;2093 __u32 field;2094 __u32 colorspace;2096 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES];2097 __u8 num_planes;2098 __u8 flags;2099 union {[all …]