Searched refs:RemoteVideoCapturer (Results 1 - 6 of 6) sorted by relevance

/external/webrtc/talk/app/webrtc/
H A Dremotevideocapturer.cc35 RemoteVideoCapturer::RemoteVideoCapturer() {} function in class:webrtc::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.";
59 LOG(LS_INFO) << "RemoteVideoCapturer
[all...]
H A Dremotevideocapturer.h39 // RemoteVideoCapturer implements a simple cricket::VideoCapturer which
44 class RemoteVideoCapturer : public cricket::VideoCapturer { class in namespace:webrtc
46 RemoteVideoCapturer();
47 virtual ~RemoteVideoCapturer();
60 RTC_DISALLOW_COPY_AND_ASSIGN(RemoteVideoCapturer);
H A Dvideotrack_unittest.cc65 new webrtc::RemoteVideoCapturer(), NULL, true));
H A Dremotevideocapturer_unittest.cc71 webrtc::RemoteVideoCapturer capturer_;
H A Dvideosource_unittest.cc210 // RemoteVideoCapturer and takes video frames from FrameInput.
213 new webrtc::RemoteVideoCapturer(), NULL, true);
H A Dpeerconnection.cc424 VideoSource::Create(channel_manager_, new RemoteVideoCapturer(),

Completed in 313 milliseconds