Searched refs:RemoteVideoCapturer (Results 1 – 6 of 6) sorted by relevance
35 RemoteVideoCapturer::RemoteVideoCapturer() {} in RemoteVideoCapturer() function in webrtc::RemoteVideoCapturer37 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()
44 class RemoteVideoCapturer : public cricket::VideoCapturer {46 RemoteVideoCapturer();47 virtual ~RemoteVideoCapturer();60 DISALLOW_COPY_AND_ASSIGN(RemoteVideoCapturer);
60 new webrtc::RemoteVideoCapturer(), in TEST()
71 webrtc::RemoteVideoCapturer capturer_;
190 new webrtc::RemoteVideoCapturer(), in TEST_F()
210 new RemoteVideoCapturer(), in AddVideoTrack()