Lines Matching defs:v4l2_pix_format_mplane
2180 struct v4l2_pix_format_mplane { struct
2181 __u32 width;
2182 __u32 height;
2183 __u32 pixelformat;
2184 __u32 field;
2185 __u32 colorspace;
2187 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES];
2188 __u8 num_planes;
2189 __u8 flags;
2190 union {
2194 __u8 quantization;
2195 __u8 xfer_func;
2196 __u8 reserved[7];