Home
last modified time | relevance | path

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

/linux-4.19.296/include/uapi/linux/
Dvideodev2.h2100 struct v4l2_pix_format_mplane { struct
2101 __u32 width;
2102 __u32 height;
2103 __u32 pixelformat;
2104 __u32 field;
2105 __u32 colorspace;
2107 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES];
2108 __u8 num_planes;
2109 __u8 flags;
2110 union {
[all …]