OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_captureStarted
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_capture/linux/
video_capture_linux.h
53
bool
_captureStarted
;
video_capture_linux.cc
57
_captureStarted
(false),
125
if (
_captureStarted
)
299
_captureStarted
= true;
312
if (
_captureStarted
)
314
_captureStarted
= false;
405
return
_captureStarted
;
445
if (
_captureStarted
)
Completed in 122 milliseconds