Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/
Dvideodev2.h1817 struct v4l2_query_ext_ctrl { struct
1818 __u32 id;
1819 __u32 type;
1820 char name[32];
1821 __s64 minimum;
1822 __s64 maximum;
1823 __u64 step;
1824 __s64 default_value;
1825 __u32 flags;
1826 __u32 elem_size;
[all …]
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/
Dvideodev2.h1817 struct v4l2_query_ext_ctrl { struct
1818 __u32 id;
1819 __u32 type;
1820 char name[32];
1821 __s64 minimum;
1822 __s64 maximum;
1823 __u64 step;
1824 __s64 default_value;
1825 __u32 flags;
1826 __u32 elem_size;
[all …]