Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/
Dvideodev2.h1024 struct v4l2_buffer { struct
1025 __u32 index;
1026 __u32 type;
1027 __u32 bytesused;
1028 __u32 flags;
1029 __u32 field;
1030 struct timeval timestamp;
1031 struct v4l2_timecode timecode;
1032 __u32 sequence;
1035 __u32 memory;
[all …]
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/
Dvideodev2.h1024 struct v4l2_buffer { struct
1025 __u32 index;
1026 __u32 type;
1027 __u32 bytesused;
1028 __u32 flags;
1029 __u32 field;
1030 struct timeval timestamp;
1031 struct v4l2_timecode timecode;
1032 __u32 sequence;
1035 __u32 memory;
[all …]