Home
last modified time | relevance | path

Searched refs:VideoSourceInterface (Results 1 – 23 of 23) sorted by relevance

/external/webrtc/talk/app/webrtc/
Dvideotrack.h43 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_;
Dvideosourceinterface.h40 class VideoSourceInterface : public MediaSourceInterface {
58 virtual ~VideoSourceInterface() {} in ~VideoSourceInterface()
Dvideotrack.cc37 VideoSourceInterface* video_source) in VideoTrack()
67 const std::string& id, VideoSourceInterface* source) { in Create()
Dpeerconnectionfactoryproxy.h58 PROXY_METHOD2(rtc::scoped_refptr<VideoSourceInterface>, in PROXY_METHOD1()
62 CreateVideoTrack, const std::string&, VideoSourceInterface*) in PROXY_METHOD1()
Dpeerconnectionfactory.h73 rtc::scoped_refptr<VideoSourceInterface> CreateVideoSource(
79 VideoSourceInterface* video_source) override;
Drtpsender.cc260 VideoSourceInterface* source = track_->GetSource(); in SetTrack()
288 VideoSourceInterface* source = track_->GetSource(); in SetSsrc()
313 VideoSourceInterface* source = track_->GetSource(); in SetVideoSend()
Dmediastreaminterface.h133 class VideoSourceInterface; variable
142 virtual VideoSourceInterface* GetSource() const = 0;
Dmediastreamtrackproxy.h69 PROXY_CONSTMETHOD0(VideoSourceInterface*, GetSource)
Dpeerconnectionfactory.cc218 rtc::scoped_refptr<VideoSourceInterface>
290 VideoSourceInterface* source) { in CreateVideoTrack()
Dvideosource.h59 class VideoSource : public Notifier<VideoSourceInterface>,
Dvideosource_unittest.cc46 using webrtc::VideoSourceInterface;
113 explicit StateObserver(VideoSourceInterface* source) in StateObserver()
124 rtc::scoped_refptr<VideoSourceInterface> source_;
Dpeerconnectioninterface.h546 virtual rtc::scoped_refptr<VideoSourceInterface> CreateVideoSource(
554 VideoSourceInterface* source) = 0;
Dpeerconnectionfactory_unittest.cc54 using webrtc::VideoSourceInterface;
352 rtc::scoped_refptr<VideoSourceInterface> source( in TEST_F()
Drtpsenderreceiver_unittest.cc98 class FakeVideoSource : public Notifier<VideoSourceInterface> {
131 rtc::scoped_refptr<VideoSourceInterface> source( in AddVideoTrack()
Dpeerconnectioninterface_unittest.cc282 using webrtc::VideoSourceInterface;
627 scoped_refptr<VideoSourceInterface> video_source( in AddVideoStream()
Dpeerconnection_unittest.cc425 rtc::scoped_refptr<webrtc::VideoSourceInterface> source = in CreateLocalVideoTrack()
/external/webrtc/talk/app/webrtc/objc/
DRTCVideoSource.mm40 - (rtc::scoped_refptr<webrtc::VideoSourceInterface>)videoSource {
41 return static_cast<webrtc::VideoSourceInterface*>(self.mediaSource.get());
DRTCVideoSource+Internal.h35 rtc::scoped_refptr<webrtc::VideoSourceInterface>videoSource;
DRTCAVFoundationVideoSource.mm42 rtc::scoped_refptr<webrtc::VideoSourceInterface> source =
DRTCVideoTrack.mm66 rtc::scoped_refptr<webrtc::VideoSourceInterface> source =
DRTCPeerConnectionFactory.mm128 rtc::scoped_refptr<webrtc::VideoSourceInterface> source =
/external/webrtc/talk/app/webrtc/test/
Dpeerconnectiontestwrapper.cc287 rtc::scoped_refptr<webrtc::VideoSourceInterface> source = in GetUserMedia()
/external/webrtc/talk/app/webrtc/java/jni/
Dpeerconnection_jni.cc130 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()