HomeSort by relevance Sort by last modified time
    Searched full:_devicefd (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/video_capture/linux/
video_capture_linux.cc 52 _deviceFd(-1),
118 if (_deviceFd != -1)
119 close(_deviceFd);
144 if ((_deviceFd = open(device, O_RDWR | O_NONBLOCK, 0)) < 0)
178 while (ioctl(_deviceFd, VIDIOC_ENUM_FMT, &fmt) == 0) {
224 if (ioctl(_deviceFd, VIDIOC_S_FMT, &video_fmt) < 0)
241 if (ioctl(_deviceFd, VIDIOC_G_PARM, &streamparms) < 0) {
254 if (ioctl(_deviceFd, VIDIOC_S_PARM, &streamparms) < 0) {
292 if (ioctl(_deviceFd, VIDIOC_STREAMON, &type) == -1)
317 close(_deviceFd);
    [all...]
video_capture_linux.h 47 int32_t _deviceFd;

Completed in 37 milliseconds