HomeSort by relevance Sort by last modified time
    Searched refs:CaptureStarted (Results 1 - 16 of 16) sorted by null

  /external/webrtc/webrtc/modules/video_capture/windows/
video_capture_mf.cc 32 bool VideoCaptureMF::CaptureStarted() {
video_capture_mf.h 32 virtual bool CaptureStarted();
video_capture_ds.h 49 virtual bool CaptureStarted();
video_capture_ds.cc 190 bool VideoCaptureDS::CaptureStarted()
197 "Failed to get the CaptureStarted status");
200 "CaptureStarted %d", state);
  /external/webrtc/webrtc/modules/video_capture/ios/
video_capture_ios.h 31 bool CaptureStarted() override;
video_capture_ios.mm 97 bool VideoCaptureIos::CaptureStarted() { return is_capturing_; }
  /external/webrtc/webrtc/modules/video_capture/linux/
video_capture_linux.h 31 virtual bool CaptureStarted();
video_capture_linux.cc 403 bool VideoCaptureModuleV4L2::CaptureStarted()
  /external/webrtc/webrtc/modules/video_capture/mac/qtkit/
video_capture_qtkit.h 55 virtual bool CaptureStarted();
video_capture_qtkit.mm 188 bool VideoCaptureMacQTKit::CaptureStarted()
  /external/webrtc/webrtc/modules/video_capture/
video_capture.h 122 virtual bool CaptureStarted() = 0;
video_capture_impl.h 98 virtual bool CaptureStarted() {return false; }
  /external/webrtc/talk/media/webrtc/
fakewebrtcvideocapturemodule.h 84 bool CaptureStarted() override { return running_; }
webrtcvideocapturer.cc 357 return (module_ != NULL && module_->CaptureStarted());
  /external/webrtc/webrtc/test/
vcm_capturer.cc 52 assert(vcm_->CaptureStarted());
  /external/webrtc/webrtc/modules/video_capture/test/
video_capture_unittest.cc 256 EXPECT_FALSE(module->CaptureStarted());
265 EXPECT_TRUE(capture_module->CaptureStarted());
314 EXPECT_FALSE(module->CaptureStarted());

Completed in 227 milliseconds