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

  /external/chromium_org/third_party/webrtc/modules/video_capture/linux/
video_capture_linux.h 45 int32_t _deviceId;
video_capture_linux.cc 53 _deviceId(-1),
109 _deviceId = n; //store the device id
144 sprintf(device, "/dev/video%d", (int) _deviceId);

Completed in 1783 milliseconds