Lines Matching defs:v4l2_pix_format_mplane
2089 struct v4l2_pix_format_mplane { struct
2090 __u32 width;
2091 __u32 height;
2092 __u32 pixelformat;
2093 __u32 field;
2094 __u32 colorspace;
2096 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES];
2097 __u8 num_planes;
2098 __u8 flags;
2099 union {
2103 __u8 quantization;
2104 __u8 xfer_func;
2105 __u8 reserved[7];