Searched refs:VIDIOC_G_CTRL (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/videoio/src/ |
D | cap_libv4l.cpp | 598 if(v4l2_ioctl(capture->deviceHandle, VIDIOC_G_CTRL, &c) == 0) { in v4l2_scan_controls() 620 if(v4l2_ioctl(capture->deviceHandle, VIDIOC_G_CTRL, &c) == 0) { in v4l2_scan_controls() 643 if(v4l2_ioctl(capture->deviceHandle, VIDIOC_G_CTRL, &c) == 0) { in v4l2_scan_controls() 1441 if(v4l2_ioctl(capture->deviceHandle, VIDIOC_G_CTRL, &capture->control) == 0) { in icvGetPropertyCAM_V4L() 1666 if(v4l2_ioctl(capture->deviceHandle, VIDIOC_G_CTRL, &capture->control) == 0) { in icvSetControl()
|
D | cap_v4l.cpp | 2357 if (-1 == ioctl (capture->deviceHandle, VIDIOC_G_CTRL, in icvGetPropertyCAM_V4L() 2644 VIDIOC_G_CTRL, &capture->control)) { in icvSetControl()
|
/external/strace/ |
D | v4l2.c | 387 case VIDIOC_G_CTRL: in v4l2_ioctl() 395 if (!syserror(tcp) || code != VIDIOC_G_CTRL) in v4l2_ioctl()
|
/external/kernel-headers/original/uapi/linux/ |
D | videodev2.h | 2202 #define VIDIOC_G_CTRL _IOWR('V', 27, struct v4l2_control) macro
|