Lines Matching defs:v4l2_pix_format_mplane
2383 struct v4l2_pix_format_mplane { struct
2384 __u32 width;
2385 __u32 height;
2386 __u32 pixelformat;
2387 __u32 field;
2388 __u32 colorspace;
2390 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES];
2391 __u8 num_planes;
2392 __u8 flags;
2393 union {
2397 __u8 quantization;
2398 __u8 xfer_func;
2399 __u8 reserved[7];