OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_capturing_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_capture/ios/
video_capture_ios.mm
29
: VideoCaptureImpl(capture_id),
is_capturing_
(false), id_(capture_id) {
37
if (
is_capturing_
) {
83
is_capturing_
= true;
93
is_capturing_
= false;
97
bool VideoCaptureIos::CaptureStarted() { return
is_capturing_
; }
video_capture_ios.h
36
bool
is_capturing_
;
member in class:webrtc::videocapturemodule::VideoCaptureIos
Completed in 176 milliseconds