Searched defs:v4l2_pix_format_mplane (Results 1 – 1 of 1) sorted by relevance
2131 struct v4l2_pix_format_mplane { struct2132 __u32 width;2133 __u32 height;2134 __u32 pixelformat;2135 __u32 field;2136 __u32 colorspace;2138 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES];2139 __u8 num_planes;2140 __u8 flags;2141 union {[all …]