Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/
Dvideodev2.h1804 struct v4l2_queryctrl { struct
1805 __u32 id;
1806 __u32 type; /* enum v4l2_ctrl_type */
1807 __u8 name[32]; /* Whatever */
1808 __s32 minimum; /* Note signedness */
1809 __s32 maximum;
1810 __s32 step;
1811 __s32 default_value;
1812 __u32 flags;
1813 __u32 reserved[2];
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/
Dvideodev2.h1804 struct v4l2_queryctrl { struct
1805 __u32 id;
1806 __u32 type; /* enum v4l2_ctrl_type */
1807 __u8 name[32]; /* Whatever */
1808 __s32 minimum; /* Note signedness */
1809 __s32 maximum;
1810 __s32 step;
1811 __s32 default_value;
1812 __u32 flags;
1813 __u32 reserved[2];