Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
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()
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()
426 i < sizeof(count_controls2) / sizeof(*count_controls2); in test_VIDIOC_QUERYCTRL_flag_NEXT_CTRL()
428 dprintf("%i ", count_controls2[i]); in test_VIDIOC_QUERYCTRL_flag_NEXT_CTRL()