Home
last modified time | relevance | path

Searched refs:V4L2_CID_LASTP1 (Results 1 – 7 of 7) sorted by relevance

/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_QUERYCTRL.c90 for (i = V4L2_CID_BASE; i < V4L2_CID_LASTP1; i++) { in test_VIDIOC_QUERYCTRL()
253 queryctrl.id = V4L2_CID_LASTP1; in test_VIDIOC_QUERYCTRL_LASTP1()
259 __FILE__, __LINE__, V4L2_CID_LASTP1, ret_query, errno_query); in test_VIDIOC_QUERYCTRL_LASTP1()
265 queryctrl2.id = V4L2_CID_LASTP1; in test_VIDIOC_QUERYCTRL_LASTP1()
277 queryctrl.id = V4L2_CID_LASTP1 + 1; in test_VIDIOC_QUERYCTRL_LASTP1_1()
283 __FILE__, __LINE__, V4L2_CID_LASTP1 + 1, ret_query, errno_query); in test_VIDIOC_QUERYCTRL_LASTP1_1()
289 queryctrl2.id = V4L2_CID_LASTP1 + 1; in test_VIDIOC_QUERYCTRL_LASTP1_1()
297 char count_controls1[V4L2_CID_LASTP1 - V4L2_CID_BASE]; in test_VIDIOC_QUERYCTRL_flag_NEXT_CTRL()
298 char count_controls2[V4L2_CID_LASTP1 - V4L2_CID_BASE]; in test_VIDIOC_QUERYCTRL_flag_NEXT_CTRL()
299 struct v4l2_queryctrl controls[V4L2_CID_LASTP1 - V4L2_CID_BASE]; in test_VIDIOC_QUERYCTRL_flag_NEXT_CTRL()
[all …]
Dtest_VIDIOC_QUERYMENU.c145 for (i = V4L2_CID_BASE; i < V4L2_CID_LASTP1; i++) { in test_VIDIOC_QUERYMENU()
201 do_query_menu_invalid(V4L2_CID_LASTP1); in test_VIDIOC_QUERYMENU_invalid()
202 do_query_menu_invalid(V4L2_CID_LASTP1 + 1); in test_VIDIOC_QUERYMENU_invalid()
297 for (i = V4L2_CID_BASE; i < V4L2_CID_LASTP1; i++) { in test_VIDIOC_QUERYMENU_NULL()
Dtest_VIDIOC_CTRL.c127 for (i = V4L2_CID_BASE; i < V4L2_CID_LASTP1; i++) { in test_VIDIOC_G_CTRL()
132 ret1 = do_get_control(V4L2_CID_LASTP1); in test_VIDIOC_G_CTRL()
153 while (ret_get == -1 && id < V4L2_CID_LASTP1) { in test_VIDIOC_G_CTRL_NULL()
820 for (i = V4L2_CID_BASE; i < V4L2_CID_LASTP1; i++) { in test_VIDIOC_S_CTRL()
830 ret1 = do_set_control(V4L2_CID_LASTP1); in test_VIDIOC_S_CTRL()
847 for (i = V4L2_CID_BASE; i < V4L2_CID_LASTP1; i++) { in test_VIDIOC_S_CTRL_invalid()
857 ret1 = do_set_control_invalid(V4L2_CID_LASTP1); in test_VIDIOC_S_CTRL_invalid()
Dtest_VIDIOC_EXT_CTRLS.c285 for (i = V4L2_CID_BASE; i < V4L2_CID_LASTP1; i++) { in test_VIDIOC_G_EXT_CTRLS_one()
290 ret1 = do_get_ext_control_one(V4L2_CTRL_CLASS_USER, V4L2_CID_LASTP1); in test_VIDIOC_G_EXT_CTRLS_one()
/external/kernel-headers/original/uapi/linux/
Dv4l2-controls.h144 #define V4L2_CID_LASTP1 (V4L2_CID_BASE+43) macro
/external/autotest/client/site_tests/camera_V4L2/src/
Dmedia_v4l2_device.cc595 query_ctrl_sets.push_back(std::make_pair(V4L2_CID_BASE, V4L2_CID_LASTP1)); in EnumControl()
/external/v4l2_codec2/vda/
Dv4l2-controls.h151 #define V4L2_CID_LASTP1 (V4L2_CID_BASE+43) macro