Searched defs:RemoteVideoCapturer (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
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 DISALLOW_COPY_AND_ASSIGN(RemoteVideoCapturer);
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...]

Completed in 62 milliseconds