Lines Matching defs:v4l2_pix_format_mplane
1965 struct v4l2_pix_format_mplane { struct
1966 __u32 width;
1967 __u32 height;
1968 __u32 pixelformat;
1969 __u32 field;
1970 __u32 colorspace;
1972 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES];
1973 __u8 num_planes;
1974 __u8 flags;
1975 __u8 ycbcr_enc;
1976 __u8 quantization;
1977 __u8 xfer_func;
1978 __u8 reserved[7];