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

/external/webrtc/webrtc/modules/video_capture/ios/
H A Dvideo_capture_ios.mm29 : 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_; }
H A Dvideo_capture_ios.h36 bool is_capturing_; member in class:webrtc::videocapturemodule::VideoCaptureIos

Completed in 530 milliseconds