Lines Matching defs:v4l2_pix_format_mplane
2337 struct v4l2_pix_format_mplane { struct
2338 __u32 width;
2339 __u32 height;
2340 __u32 pixelformat;
2341 __u32 field;
2342 __u32 colorspace;
2344 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES];
2345 __u8 num_planes;
2346 __u8 flags;
2347 union {
2351 __u8 quantization;
2352 __u8 xfer_func;
2353 __u8 reserved[7];