Home
last modified time | relevance | path

Searched refs:count_controls2 (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
H A Dtest_VIDIOC_QUERYCTRL.c298 char count_controls2[V4L2_CID_LASTP1 - V4L2_CID_BASE]; in test_VIDIOC_QUERYCTRL_flag_NEXT_CTRL() local
339 memset(count_controls2, 0, sizeof(count_controls2)); in test_VIDIOC_QUERYCTRL_flag_NEXT_CTRL()
355 /* protect the count_controls2[] from overindexing */ in test_VIDIOC_QUERYCTRL_flag_NEXT_CTRL()
358 count_controls2[queryctrl.id - V4L2_CID_BASE]++; in test_VIDIOC_QUERYCTRL_flag_NEXT_CTRL()
413 (count_controls1, count_controls2, in test_VIDIOC_QUERYCTRL_flag_NEXT_CTRL()
424 dprintf1("count_controls2 = { "); in test_VIDIOC_QUERYCTRL_flag_NEXT_CTRL()
426 i < sizeof(count_controls2) / sizeof(*count_controls2); in test_VIDIOC_QUERYCTRL_flag_NEXT_CTRL()
428 dprintf("%i ", count_controls2[ in test_VIDIOC_QUERYCTRL_flag_NEXT_CTRL()
[all...]

Completed in 1 milliseconds