Home
last modified time | relevance | path

Searched refs:is_capturing_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/video_capture/ios/
Dvideo_capture_ios.mm29 : VideoCaptureImpl(capture_id), is_capturing_(false), id_(capture_id) { function
37 if (is_capturing_) {
83 is_capturing_ = true;
93 is_capturing_ = false;
97 bool VideoCaptureIos::CaptureStarted() { return is_capturing_; }
Dvideo_capture_ios.h36 bool is_capturing_; variable