Home
last modified time | relevance | path

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

/external/webrtc/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_t>* 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 RTC_DISALLOW_COPY_AND_ASSIGN(RemoteVideoCapturer);
Dvideotrack_unittest.cc65 new webrtc::RemoteVideoCapturer(), NULL, true)); in VideoTrackTest()
Dremotevideocapturer_unittest.cc71 webrtc::RemoteVideoCapturer capturer_;
Dvideosource_unittest.cc213 new webrtc::RemoteVideoCapturer(), NULL, true); in TEST_F()
Dpeerconnection.cc424 VideoSource::Create(channel_manager_, new RemoteVideoCapturer(), in AddVideoTrack()