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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
remotevideocapturer.cc 28 #include "talk/app/webrtc/remotevideocapturer.h"
35 RemoteVideoCapturer::RemoteVideoCapturer() {}
37 RemoteVideoCapturer::~RemoteVideoCapturer() {}
39 cricket::CaptureState RemoteVideoCapturer::Start(
43 << "RemoteVideoCapturer::Start called when it's already started.";
47 LOG(LS_INFO) << "RemoteVideoCapturer::Start";
52 void RemoteVideoCapturer::Stop() {
55 << "RemoteVideoCapturer::Stop called when it's already stopped."
    [all...]
remotevideocapturer.h 39 // RemoteVideoCapturer implements a simple cricket::VideoCapturer which
44 class RemoteVideoCapturer : public cricket::VideoCapturer {
46 RemoteVideoCapturer();
47 virtual ~RemoteVideoCapturer();
60 DISALLOW_COPY_AND_ASSIGN(RemoteVideoCapturer);
videotrack_unittest.cc 30 #include "talk/app/webrtc/remotevideocapturer.h"
60 new webrtc::RemoteVideoCapturer(),
remotevideocapturer_unittest.cc 30 #include "talk/app/webrtc/remotevideocapturer.h"
71 webrtc::RemoteVideoCapturer capturer_;
videosource_unittest.cc 31 #include "talk/app/webrtc/remotevideocapturer.h"
187 // RemoteVideoCapturer and takes video frames from FrameInput.
190 new webrtc::RemoteVideoCapturer(),
mediastreamsignaling.cc 37 #include "talk/app/webrtc/remotevideocapturer.h"
210 new RemoteVideoCapturer(),
    [all...]

Completed in 203 milliseconds