Searched refs:VideoSourceInterface (Results 1 – 23 of 23) sorted by relevance
43 const std::string& label, VideoSourceInterface* source);47 virtual VideoSourceInterface* GetSource() const { in GetSource()54 VideoTrack(const std::string& id, VideoSourceInterface* video_source);59 rtc::scoped_refptr<VideoSourceInterface> video_source_;
40 class VideoSourceInterface : public MediaSourceInterface {58 virtual ~VideoSourceInterface() {} in ~VideoSourceInterface()
37 VideoSourceInterface* video_source) in VideoTrack()67 const std::string& id, VideoSourceInterface* source) { in Create()
58 PROXY_METHOD2(rtc::scoped_refptr<VideoSourceInterface>, in PROXY_METHOD1()62 CreateVideoTrack, const std::string&, VideoSourceInterface*) in PROXY_METHOD1()
73 rtc::scoped_refptr<VideoSourceInterface> CreateVideoSource(79 VideoSourceInterface* video_source) override;
260 VideoSourceInterface* source = track_->GetSource(); in SetTrack()288 VideoSourceInterface* source = track_->GetSource(); in SetSsrc()313 VideoSourceInterface* source = track_->GetSource(); in SetVideoSend()
133 class VideoSourceInterface; variable142 virtual VideoSourceInterface* GetSource() const = 0;
69 PROXY_CONSTMETHOD0(VideoSourceInterface*, GetSource)
218 rtc::scoped_refptr<VideoSourceInterface>290 VideoSourceInterface* source) { in CreateVideoTrack()
59 class VideoSource : public Notifier<VideoSourceInterface>,
46 using webrtc::VideoSourceInterface;113 explicit StateObserver(VideoSourceInterface* source) in StateObserver()124 rtc::scoped_refptr<VideoSourceInterface> source_;
546 virtual rtc::scoped_refptr<VideoSourceInterface> CreateVideoSource(554 VideoSourceInterface* source) = 0;
54 using webrtc::VideoSourceInterface;352 rtc::scoped_refptr<VideoSourceInterface> source( in TEST_F()
98 class FakeVideoSource : public Notifier<VideoSourceInterface> {131 rtc::scoped_refptr<VideoSourceInterface> source( in AddVideoTrack()
282 using webrtc::VideoSourceInterface;627 scoped_refptr<VideoSourceInterface> video_source( in AddVideoStream()
425 rtc::scoped_refptr<webrtc::VideoSourceInterface> source = in CreateLocalVideoTrack()
40 - (rtc::scoped_refptr<webrtc::VideoSourceInterface>)videoSource {41 return static_cast<webrtc::VideoSourceInterface*>(self.mediaSource.get());
35 rtc::scoped_refptr<webrtc::VideoSourceInterface>videoSource;
42 rtc::scoped_refptr<webrtc::VideoSourceInterface> source =
66 rtc::scoped_refptr<webrtc::VideoSourceInterface> source =
128 rtc::scoped_refptr<webrtc::VideoSourceInterface> source =
287 rtc::scoped_refptr<webrtc::VideoSourceInterface> source = in GetUserMedia()
130 using webrtc::VideoSourceInterface;1225 rtc::scoped_refptr<VideoSourceInterface> source( in JOW()1240 reinterpret_cast<VideoSourceInterface*>(native_source))); in JOW()1998 reinterpret_cast<VideoSourceInterface*>(j_p)->Stop(); in JOW()2003 reinterpret_cast<VideoSourceInterface*>(j_p_source)->Restart(); in JOW()