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

  /external/chromium_org/third_party/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 189 bool VideoCaptureDS::CaptureStarted()
196 "Failed to get the CaptureStarted status");
199 "CaptureStarted %d", state);
  /external/chromium_org/third_party/webrtc/modules/video_capture/ios/
video_capture_ios.h 32 virtual bool CaptureStarted() OVERRIDE;
video_capture_ios.mm 96 bool VideoCaptureIos::CaptureStarted() { return is_capturing_; }
  /external/chromium_org/third_party/webrtc/modules/video_capture/android/
video_capture_android.h 29 virtual bool CaptureStarted();
video_capture_android.cc 230 bool VideoCaptureAndroid::CaptureStarted() {
  /external/chromium_org/third_party/webrtc/modules/video_capture/linux/
video_capture_linux.h 31 virtual bool CaptureStarted();
video_capture_linux.cc 411 bool VideoCaptureModuleV4L2::CaptureStarted()
  /external/chromium_org/third_party/webrtc/modules/video_capture/include/mock/
mock_video_capture.h 37 MOCK_METHOD0(CaptureStarted, bool());
  /external/chromium_org/third_party/webrtc/modules/video_capture/mac/qtkit/
video_capture_qtkit.h 55 virtual bool CaptureStarted();
video_capture_qtkit.mm 188 bool VideoCaptureMacQTKit::CaptureStarted()
  /external/chromium_org/third_party/webrtc/modules/video_capture/include/
video_capture.h 122 virtual bool CaptureStarted() = 0;
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvideocapturemodule.h 91 virtual bool CaptureStarted() OVERRIDE {
webrtcvideocapturer.cc 313 return (module_ != NULL && module_->CaptureStarted());
  /external/chromium_org/third_party/webrtc/modules/video_capture/
video_capture_impl.h 101 virtual bool CaptureStarted() {return false; }
  /external/chromium_org/third_party/webrtc/test/
vcm_capturer.cc 51 assert(vcm_->CaptureStarted());
  /external/chromium_org/content/browser/media/capture/
content_video_capture_device_core.h 172 void CaptureStarted(bool success);
content_video_capture_device_core.cc 270 base::Bind(&ContentVideoCaptureDeviceCore::CaptureStarted, AsWeakPtr()));
294 void ContentVideoCaptureDeviceCore::CaptureStarted(bool success) {
  /external/chromium_org/third_party/webrtc/modules/video_capture/test/
video_capture_unittest.cc 260 EXPECT_FALSE(module->CaptureStarted());
269 EXPECT_TRUE(capture_module->CaptureStarted());
311 EXPECT_FALSE(module->CaptureStarted());
  /external/chromium_org/third_party/webrtc/video_engine/
vie_capturer.cc 237 return capture_module_->CaptureStarted();

Completed in 244 milliseconds