Searched refs:V4L2_CID_LASTP1 (Results 1 – 6 of 6) sorted by relevance
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
D | test_VIDIOC_QUERYCTRL.c | 90 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 …]
|
D | test_VIDIOC_QUERYMENU.c | 145 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()
|
D | test_VIDIOC_CTRL.c | 127 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()
|
D | test_VIDIOC_EXT_CTRLS.c | 285 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/ |
D | v4l2-controls.h | 147 #define V4L2_CID_LASTP1 (V4L2_CID_BASE+43) macro
|
/external/autotest/client/site_tests/camera_V4L2/src/ |
D | media_v4l2_device.cc | 595 query_ctrl_sets.push_back(std::make_pair(V4L2_CID_BASE, V4L2_CID_LASTP1)); in EnumControl()
|