Searched defs:v4l2_pix_format_mplane (Results 1 – 2 of 2) sorted by relevance
2171 struct v4l2_pix_format_mplane { struct2172 __u32 width;2173 __u32 height;2174 __u32 pixelformat;2175 __u32 field;2176 __u32 colorspace;2178 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES];2179 __u8 num_planes;2180 __u8 flags;2181 union {[all …]