Home
last modified time | relevance | path

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

/external/v4l-utils/utils/v4l2-compliance/
Dv4l2-test-controls.cpp32 static int checkQCtrl(struct node *node, struct test_query_ext_ctrl &qctrl) in checkQCtrl()
178 struct test_query_ext_ctrl qctrl; in testQueryExtControls() local
332 struct v4l2_queryctrl qctrl; in testQueryControls() local
403 static int checkSimpleCtrl(const struct v4l2_control &ctrl, const struct test_query_ext_ctrl &qctrl) in checkSimpleCtrl()
441 test_query_ext_ctrl &qctrl = control.second; in testSimpleControls() local
591 …int checkExtendedCtrl(const struct v4l2_ext_control &ctrl, const struct test_query_ext_ctrl &qctrl) in checkExtendedCtrl()
646 const struct test_query_ext_ctrl &qctrl) in checkVividDynArray()
785 const struct test_query_ext_ctrl &qctrl) in checkVividControls()
883 test_query_ext_ctrl &qctrl = control.second; in testExtendedControls() local
1005 test_query_ext_ctrl &qctrl = control.second; in testExtendedControls() local
[all …]
Dv4l2-test-time32-64.cpp134 const test_query_ext_ctrl &qctrl = control.second; in testTime32_64() local
Dv4l2-test-buffers.cpp2305 test_query_ext_ctrl &qctrl = control.second; in testRequests() local
/external/rust/crates/v4l2r/lib/src/ioctl/
Dqueryctrl.rs79 let mut qctrl: v4l2_queryctrl = v4l2_queryctrl { in queryctrl() localVariable
96 let mut qctrl: v4l2_query_ext_ctrl = v4l2_query_ext_ctrl { in query_ext_ctrl() localVariable
/external/v4l-utils/utils/v4l2-ctl/
Dv4l2-ctl-common.cpp750 static int print_control(int fd, struct v4l2_query_ext_ctrl &qctrl, bool show_menus) in print_control()
805 static int query_ext_ctrl_ioctl(int fd, struct v4l2_query_ext_ctrl &qctrl) in query_ext_ctrl_ioctl()
854 struct v4l2_query_ext_ctrl qctrl; in list_controls() local
879 struct v4l2_query_ext_ctrl qctrl; in find_controls() local
981 v4l2_query_ext_ctrl qctrl = {}; in common_control_event() local
/external/v4l-utils/lib/libv4l2/
Dlibv4l2.c1724 struct v4l2_queryctrl qctrl = { .id = cid }; in v4l2_set_control() local
1755 struct v4l2_queryctrl qctrl = { .id = cid }; in v4l2_get_control() local
/external/v4l-utils/contrib/test/
Dsdlcam.c186 static void cam_exposure_limits(struct sdl *m, struct v4l2_queryctrl *qctrl) in cam_exposure_limits()
206 struct v4l2_queryctrl qctrl = { .id = cid }; in cam_set_exposure() local
227 struct v4l2_queryctrl qctrl = { .id = cid }; in cam_convert_exposure() local