Home
last modified time | relevance | path

Searched defs:v4l2_pix_format_mplane (Results 1 – 1 of 1) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dvideodev2.h2253 struct v4l2_pix_format_mplane { struct
2254 __u32 width;
2255 __u32 height;
2256 __u32 pixelformat;
2257 __u32 field;
2258 __u32 colorspace;
2260 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES];
2261 __u8 num_planes;
2262 __u8 flags;
2263 union {
[all …]