Lines Matching defs:v4l2_pix_format_mplane
2238 struct v4l2_pix_format_mplane { struct
2239 __u32 width;
2240 __u32 height;
2241 __u32 pixelformat;
2242 __u32 field;
2243 __u32 colorspace;
2245 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES];
2246 __u8 num_planes;
2247 __u8 flags;
2248 union {
2252 __u8 quantization;
2253 __u8 xfer_func;
2254 __u8 reserved[7];