Lines Matching defs:v4l2_pix_format_mplane
2431 struct v4l2_pix_format_mplane { struct
2432 __u32 width;
2433 __u32 height;
2434 __u32 pixelformat;
2435 __u32 field;
2436 __u32 colorspace;
2438 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES];
2439 __u8 num_planes;
2440 __u8 flags;
2441 union {
2445 __u8 quantization;
2446 __u8 xfer_func;
2447 __u8 reserved[7];