Home
last modified time | relevance | path

Searched refs:createNativeAudioDecoderFactory (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/sdk/android/api/org/webrtc/
DAudioDecoderFactoryFactory.java20 long createNativeAudioDecoderFactory(); in createNativeAudioDecoderFactory() method
DBuiltinAudioDecoderFactoryFactory.java18 public long createNativeAudioDecoderFactory() { in createNativeAudioDecoderFactory() method in BuiltinAudioDecoderFactoryFactory
DPeerConnectionFactory.java269 audioDecoderFactoryFactory.createNativeAudioDecoderFactory(), videoEncoderFactory, in createPeerConnectionFactory()
/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DBuiltinAudioCodecsFactoryFactoryTest.java50 adf = factory.createNativeAudioDecoderFactory(); in testAudioDecoderFactoryFactoryTest()