OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_deviceId
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_capture/linux/
video_capture_linux.h
46
int32_t
_deviceId
;
video_capture_linux.cc
51
_deviceId
(-1),
107
_deviceId
= n; //store the device id
142
sprintf(device, "/dev/video%d", (int)
_deviceId
);
Completed in 147 milliseconds