Lines Matching defs:v4l2_pix_format_mplane
2353 struct v4l2_pix_format_mplane { struct
2354 __u32 width;
2355 __u32 height;
2356 __u32 pixelformat;
2357 __u32 field;
2358 __u32 colorspace;
2360 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES];
2361 __u8 num_planes;
2362 __u8 flags;
2363 union {
2367 __u8 quantization;
2368 __u8 xfer_func;
2369 __u8 reserved[7];