Home
last modified time | relevance | path

Searched refs:CapturerTrackSource (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/examples/peerconnection/client/
Dconductor.cc71 class CapturerTrackSource : public webrtc::VideoTrackSource { class
73 static rtc::scoped_refptr<CapturerTrackSource> Create() { in Create()
88 return new rtc::RefCountedObject<CapturerTrackSource>( in Create()
97 explicit CapturerTrackSource( in CapturerTrackSource() function in __anon434ce7f30111::CapturerTrackSource
449 rtc::scoped_refptr<CapturerTrackSource> video_device = in AddTracks()
450 CapturerTrackSource::Create(); in AddTracks()
/external/webrtc/examples/unityplugin/
Dsimple_peer_connection.cc52 class CapturerTrackSource : public webrtc::VideoTrackSource { class
54 static rtc::scoped_refptr<CapturerTrackSource> Create() { in Create()
64 return new rtc::RefCountedObject<CapturerTrackSource>(std::move(capturer)); in Create()
68 explicit CapturerTrackSource( in CapturerTrackSource() function in __anon70d654240111::CapturerTrackSource
467 rtc::scoped_refptr<CapturerTrackSource> video_device = in AddStreams()
468 CapturerTrackSource::Create(); in AddStreams()