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_t>* 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 RTC_DISALLOW_COPY_AND_ASSIGN(RemoteVideoCapturer);
65 new webrtc::RemoteVideoCapturer(), NULL, true)); in VideoTrackTest()
71 webrtc::RemoteVideoCapturer capturer_;
213 new webrtc::RemoteVideoCapturer(), NULL, true); in TEST_F()
424 VideoSource::Create(channel_manager_, new RemoteVideoCapturer(), in AddVideoTrack()