Lines Matching defs:v4l2_pix_format_mplane
1869 struct v4l2_pix_format_mplane { struct
1870 __u32 width;
1871 __u32 height;
1872 __u32 pixelformat;
1873 __u32 field;
1874 __u32 colorspace;
1876 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES];
1877 __u8 num_planes;
1878 __u8 flags;
1879 __u8 ycbcr_enc;
1880 __u8 quantization;
1881 __u8 reserved[8];