Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Dremotevideocapturer.cc35 RemoteVideoCapturer::RemoteVideoCapturer() {} in RemoteVideoCapturer() function in webrtc::RemoteVideoCapturer
37 RemoteVideoCapturer::~RemoteVideoCapturer() {} in ~RemoteVideoCapturer()
39 cricket::CaptureState RemoteVideoCapturer::Start( in Start()
52 void RemoteVideoCapturer::Stop() { in Stop()
64 bool RemoteVideoCapturer::IsRunning() { in IsRunning()
68 bool RemoteVideoCapturer::GetPreferredFourccs(std::vector<uint32>* fourccs) { in GetPreferredFourccs()
75 bool RemoteVideoCapturer::GetBestCaptureFormat( in GetBestCaptureFormat()
90 bool RemoteVideoCapturer::IsScreencast() const { in IsScreencast()
Dremotevideocapturer.h44 class RemoteVideoCapturer : public cricket::VideoCapturer {
46 RemoteVideoCapturer();
47 virtual ~RemoteVideoCapturer();
60 DISALLOW_COPY_AND_ASSIGN(RemoteVideoCapturer);
Dvideotrack_unittest.cc60 new webrtc::RemoteVideoCapturer(), in TEST()
Dremotevideocapturer_unittest.cc71 webrtc::RemoteVideoCapturer capturer_;
Dvideosource_unittest.cc190 new webrtc::RemoteVideoCapturer(), in TEST_F()
Dmediastreamsignaling.cc210 new RemoteVideoCapturer(), in AddVideoTrack()