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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakeperiodicvideocapturer.h 35 #include "talk/media/base/fakevideocapturer.h"
39 class FakePeriodicVideoCapturer : public cricket::FakeVideoCapturer {
57 cricket::CaptureState state = FakeVideoCapturer::Start(format);
76 FakeVideoCapturer::OnMessage(msg);
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
fakevideocapturer.h 43 class FakeVideoCapturer : public cricket::VideoCapturer {
45 FakeVideoCapturer()
62 ~FakeVideoCapturer() {
118 sigslot::signal1<FakeVideoCapturer*> SignalDestroyed;
videoengine_unittest.h 36 #include "talk/media/base/fakevideocapturer.h"
444 talk_base::scoped_ptr<cricket::FakeVideoCapturer> video_capturer_;
470 video_capturer_.reset(new cricket::FakeVideoCapturer);
488 video_capturer_2_.reset(new cricket::FakeVideoCapturer());
893 talk_base::scoped_ptr<cricket::FakeVideoCapturer> capturer(
894 new cricket::FakeVideoCapturer);
    [all...]
capturemanager_unittest.cc 33 #include "talk/media/base/fakevideocapturer.h"
82 cricket::FakeVideoCapturer video_capturer_;
videocapturer_unittest.cc 10 #include "talk/media/base/fakevideocapturer.h"
25 using cricket::FakeVideoCapturer;
88 cricket::FakeVideoCapturer capturer_;
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
fakedevicemanager.h 36 #include "talk/media/base/fakevideocapturer.h"
98 return new FakeVideoCapturer();
115 return new FakeVideoCapturer;
133 return new FakeVideoCapturer;
devicemanager_unittest.cc 43 #include "talk/media/base/fakevideocapturer.h"
74 return new cricket::FakeVideoCapturer;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
videosource_unittest.cc 56 // TestVideoCapturer extends cricket::FakeVideoCapturer so it can be used for
60 class TestVideoCapturer : public cricket::FakeVideoCapturer {
94 return FakeVideoCapturer::Start(capture_format);
103 return FakeVideoCapturer::GetBestCaptureFormat(desired,
peerconnectionfactory_unittest.cc 38 #include "talk/media/base/fakevideocapturer.h"
333 cricket::FakeVideoCapturer* capturer = new cricket::FakeVideoCapturer();
mediastreamhandler_unittest.cc 38 #include "talk/media/base/fakevideocapturer.h"
96 cricket::FakeVideoCapturer fake_capturer_;
peerconnectioninterface_unittest.cc 44 #include "talk/media/base/fakevideocapturer.h"
313 pc_factory_->CreateVideoSource(new cricket::FakeVideoCapturer(), NULL));
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine_unittest.cc 129 cricket::FakeVideoCapturer capturer;
145 cricket::FakeVideoCapturer capturer;
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channelmanager_unittest.cc 216 static_cast<FakeVideoCapturer*>(capturer)->CaptureFrame();
channel_unittest.cc 37 #include "talk/media/base/fakevideocapturer.h"
105 window_capturer_ = new cricket::FakeVideoCapturer;
115 cricket::FakeVideoCapturer* window_capturer() { return window_capturer_; }
120 void OnWindowCapturerDestroyed(cricket::FakeVideoCapturer* capturer) {
129 cricket::FakeVideoCapturer* window_capturer_;
    [all...]

Completed in 878 milliseconds