Lines Matching defs:v4l2_pix_format_mplane
2426 struct v4l2_pix_format_mplane { struct
2427 __u32 width;
2428 __u32 height;
2429 __u32 pixelformat;
2430 __u32 field;
2431 __u32 colorspace;
2433 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES];
2434 __u8 num_planes;
2435 __u8 flags;
2436 union {
2440 __u8 quantization;
2441 __u8 xfer_func;
2442 __u8 reserved[7];