Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_libv4l.cpp598 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()
Dcap_v4l.cpp2357 if (-1 == ioctl (capture->deviceHandle, VIDIOC_G_CTRL, in icvGetPropertyCAM_V4L()
2644 VIDIOC_G_CTRL, &capture->control)) { in icvSetControl()
/external/strace/
Dv4l2.c387 case VIDIOC_G_CTRL: in v4l2_ioctl()
395 if (!syserror(tcp) || code != VIDIOC_G_CTRL) in v4l2_ioctl()
/external/kernel-headers/original/uapi/linux/
Dvideodev2.h2202 #define VIDIOC_G_CTRL _IOWR('V', 27, struct v4l2_control) macro