HomeSort by relevance Sort by last modified time
    Searched refs:VideoSourceInterface (Results 1 - 23 of 23) sorted by null

  /external/webrtc/talk/app/webrtc/objc/
RTCVideoSource+Internal.h 30 #include "talk/app/webrtc/videosourceinterface.h"
35 rtc::scoped_refptr<webrtc::VideoSourceInterface>videoSource;
RTCVideoSource.mm 40 - (rtc::scoped_refptr<webrtc::VideoSourceInterface>)videoSource {
41 return static_cast<webrtc::VideoSourceInterface*>(self.mediaSource.get());
RTCAVFoundationVideoSource.mm 42 rtc::scoped_refptr<webrtc::VideoSourceInterface> source =
RTCPeerConnectionFactory.mm 52 #include "talk/app/webrtc/videosourceinterface.h"
128 rtc::scoped_refptr<webrtc::VideoSourceInterface> source =
RTCVideoTrack.mm 66 rtc::scoped_refptr<webrtc::VideoSourceInterface> source =
  /external/webrtc/talk/app/webrtc/
videotrack.h 34 #include "talk/app/webrtc/videosourceinterface.h"
43 const std::string& label, VideoSourceInterface* source);
47 virtual VideoSourceInterface* GetSource() const {
54 VideoTrack(const std::string& id, VideoSourceInterface* video_source);
59 rtc::scoped_refptr<VideoSourceInterface> video_source_;
videosourceinterface.h 36 // VideoSourceInterface is a reference counted source used for VideoTracks.
40 class VideoSourceInterface : public MediaSourceInterface {
58 virtual ~VideoSourceInterface() {}
videotrack.cc 37 VideoSourceInterface* video_source)
67 const std::string& id, VideoSourceInterface* source) {
peerconnectionfactoryproxy.h 58 PROXY_METHOD2(rtc::scoped_refptr<VideoSourceInterface>,
62 CreateVideoTrack, const std::string&, VideoSourceInterface*)
mediastreaminterface.h 133 class VideoSourceInterface;
142 virtual VideoSourceInterface* GetSource() const = 0;
peerconnectionfactory.h 73 rtc::scoped_refptr<VideoSourceInterface> CreateVideoSource(
79 VideoSourceInterface* video_source) override;
mediastreamtrackproxy.h 69 PROXY_CONSTMETHOD0(VideoSourceInterface*, GetSource)
videosource.h 35 #include "talk/app/webrtc/videosourceinterface.h"
42 // VideoSource implements VideoSourceInterface. It owns a
59 class VideoSource : public Notifier<VideoSourceInterface>,
rtpsender.cc 31 #include "talk/app/webrtc/videosourceinterface.h"
260 VideoSourceInterface* source = track_->GetSource();
288 VideoSourceInterface* source = track_->GetSource();
313 VideoSourceInterface* source = track_->GetSource();
peerconnectionfactory.cc 218 rtc::scoped_refptr<VideoSourceInterface>
290 VideoSourceInterface* source) {
peerconnectioninterface.h 543 // Creates a VideoSourceInterface. The new source take ownership of
546 virtual rtc::scoped_refptr<VideoSourceInterface> CreateVideoSource(
554 VideoSourceInterface* source) = 0;
videosource_unittest.cc 46 using webrtc::VideoSourceInterface;
113 explicit StateObserver(VideoSourceInterface* source)
124 rtc::scoped_refptr<VideoSourceInterface> source_;
peerconnectionfactory_unittest.cc 38 #include "talk/app/webrtc/videosourceinterface.h"
54 using webrtc::VideoSourceInterface;
352 rtc::scoped_refptr<VideoSourceInterface> source(
rtpsenderreceiver_unittest.cc 98 class FakeVideoSource : public Notifier<VideoSourceInterface> {
131 rtc::scoped_refptr<VideoSourceInterface> source(
peerconnectioninterface_unittest.cc 282 using webrtc::VideoSourceInterface;
627 scoped_refptr<VideoSourceInterface> video_source(
    [all...]
peerconnection_unittest.cc 49 #include "talk/app/webrtc/videosourceinterface.h"
425 rtc::scoped_refptr<webrtc::VideoSourceInterface> source =
    [all...]
  /external/webrtc/talk/app/webrtc/test/
peerconnectiontestwrapper.cc 34 #include "talk/app/webrtc/videosourceinterface.h"
287 rtc::scoped_refptr<webrtc::VideoSourceInterface> source =
  /external/webrtc/talk/app/webrtc/java/jni/
peerconnection_jni.cc 70 #include "talk/app/webrtc/videosourceinterface.h"
130 using webrtc::VideoSourceInterface;
    [all...]

Completed in 244 milliseconds