Searched refs:CreateVideoTrack (Results 1 - 12 of 12) sorted by relevance

/external/webrtc/talk/app/webrtc/
H A Dpeerconnectionfactoryproxy.h62 CreateVideoTrack, const std::string&, VideoSourceInterface*)
H A Dpeerconnectionfactory.h78 CreateVideoTrack(const std::string& id,
H A Dpeerconnectionfactory.cc288 PeerConnectionFactory::CreateVideoTrack( function in class:webrtc::PeerConnectionFactory
H A Dpeerconnectioninterface.h553 CreateVideoTrack(const std::string& label,
H A Dpeerconnectionfactory_unittest.cc356 factory_->CreateVideoTrack("testlabel", source));
H A Dpeerconnectioninterface_unittest.cc630 pc_factory_->CreateVideoTrack(label + "v0", video_source));
660 pc_factory_->CreateVideoTrack(video_track_label, NULL));
1175 pc_factory_->CreateVideoTrack("video_label", nullptr));
H A Dpeerconnection_unittest.cc429 return peer_connection_factory_->CreateVideoTrack(label, source);
/external/webrtc/talk/app/webrtc/objc/
H A DRTCPeerConnectionFactory.mm137 self.nativeFactory->CreateVideoTrack([videoId UTF8String],
H A DRTCVideoTrack.mm53 factory.nativeFactory->CreateVideoTrack([trackId UTF8String],
/external/webrtc/talk/app/webrtc/test/
H A Dpeerconnectiontestwrapper.cc292 peer_connection_factory_->CreateVideoTrack(videotrack_label, source));
/external/webrtc/webrtc/examples/peerconnection/client/
H A Dconductor.cc402 peer_connection_factory_->CreateVideoTrack(
/external/webrtc/talk/app/webrtc/java/jni/
H A Dpeerconnection_jni.cc1238 factory->CreateVideoTrack(

Completed in 227 milliseconds