HomeSort by relevance Sort by last modified time
    Searched defs:deviceHandle (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/videoio/src/
cap_libv4l.cpp 312 int deviceHandle;
394 int deviceHandle;
403 deviceHandle = open(deviceName, O_RDONLY);
404 if (deviceHandle != -1) {
410 if (deviceHandle != -1)
411 close(deviceHandle);
433 capture->deviceHandle = v4l1_open(deviceName, O_RDWR);
436 if (capture->deviceHandle == 0)
446 if (v4l1_ioctl(capture->deviceHandle, VIDIOCGCAP, &capture->capability) < 0)
475 capture->deviceHandle = v4l2_open (deviceName, O_RDWR /* required */ | O_NONBLOCK, 0)
    [all...]
cap_v4l.cpp 303 int deviceHandle;
372 int deviceHandle;
381 deviceHandle = open(deviceName, O_RDONLY);
382 if (deviceHandle != -1) {
388 if (deviceHandle != -1)
389 close(deviceHandle);
429 if (-1 == ioctl (capture->deviceHandle, VIDIOC_S_FMT, &capture->form))
456 capture->deviceHandle = open(deviceName, O_RDWR);
458 if (capture->deviceHandle == 0)
468 if (ioctl(capture->deviceHandle, VIDIOCGCAP, &capture->capability) < 0
    [all...]
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar 

Completed in 111 milliseconds