Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
H A Dtest_VIDIOC_QUERYCTRL.c297 char count_controls1[V4L2_CID_LASTP1 - V4L2_CID_BASE]; in test_VIDIOC_QUERYCTRL_flag_NEXT_CTRL() local
304 memset(count_controls1, 0, sizeof(count_controls1)); in test_VIDIOC_QUERYCTRL_flag_NEXT_CTRL()
317 count_controls1[i - V4L2_CID_BASE]++; in test_VIDIOC_QUERYCTRL_flag_NEXT_CTRL()
413 (count_controls1, count_controls2, in test_VIDIOC_QUERYCTRL_flag_NEXT_CTRL()
414 sizeof(count_controls1)), 0); in test_VIDIOC_QUERYCTRL_flag_NEXT_CTRL()
416 dprintf1("count_controls1 = { "); in test_VIDIOC_QUERYCTRL_flag_NEXT_CTRL()
418 i < sizeof(count_controls1) / sizeof(*count_controls1); in test_VIDIOC_QUERYCTRL_flag_NEXT_CTRL()
420 dprintf("%i ", count_controls1[ in test_VIDIOC_QUERYCTRL_flag_NEXT_CTRL()
[all...]

Completed in 1 milliseconds