Home
last modified time | relevance | path

Searched refs:setVideoDecoderFactory (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/sdk/objc/api/peerconnection/
DRTCPeerConnectionFactoryBuilder.h36 - (void)setVideoDecoderFactory:(std::unique_ptr<webrtc::VideoDecoderFactory>)videoDecoderFactory;
DRTCPeerConnectionFactoryBuilder+DefaultComponents.mm41 [builder setVideoDecoderFactory:std::move(videoDecoderFactory)];
DRTCPeerConnectionFactoryBuilder.mm49 - (void)setVideoDecoderFactory:(std::unique_ptr<webrtc::VideoDecoderFactory>)videoDecoderFactory {
/external/webrtc/sdk/android/api/org/webrtc/
DPeerConnectionFactory.java217 public Builder setVideoDecoderFactory(VideoDecoderFactory videoDecoderFactory) { in setVideoDecoderFactory() method in PeerConnectionFactory.Builder
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DPeerConnectionEndToEndTest.java668 .setVideoDecoderFactory(new SoftwareVideoDecoderFactory()) in testCompleteSession()
1167 .setVideoDecoderFactory(new SoftwareVideoDecoderFactory()) in testTrackRemovalAndAddition()
1376 .setVideoDecoderFactory(new SoftwareVideoDecoderFactory()) in testRemoteStreamUpdatedWhenTracksAddedOrRemoved()
/external/webrtc/examples/androidapp/src/org/appspot/apprtc/
DPeerConnectionClient.java448 .setVideoDecoderFactory(decoderFactory) in createPeerConnectionFactoryInternal()