Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/
Dvideodev2.h2262 struct v4l2_pix_format_mplane { struct
2263 __u32 width;
2264 __u32 height;
2265 __u32 pixelformat;
2266 __u32 field;
2267 __u32 colorspace;
2269 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES];
2270 __u8 num_planes;
2271 __u8 flags;
2272 union {
[all …]
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/
Dvideodev2.h2262 struct v4l2_pix_format_mplane { struct
2263 __u32 width;
2264 __u32 height;
2265 __u32 pixelformat;
2266 __u32 field;
2267 __u32 colorspace;
2269 struct v4l2_plane_pix_format plane_fmt[VIDEO_MAX_PLANES];
2270 __u8 num_planes;
2271 __u8 flags;
2272 union {
[all …]