Lines Matching defs:v4l2_pix_format_mplane
2278 struct v4l2_pix_format_mplane { struct
2279 __u32 width;
2280 __u32 height;
2281 __u32 pixelformat;
2282 __u32 field;
2283 __u32 colorspace;
2285 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES];
2286 __u8 num_planes;
2287 __u8 flags;
2288 union {
2292 __u8 quantization;
2293 __u8 xfer_func;
2294 __u8 reserved[7];