Home
last modified time | relevance | path

Searched refs:ForgeCodecInst (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/acm2/
Dcodec_manager.h40 static CodecInst ForgeCodecInst(const AudioEncoder* external_speech_encoder);
Dcodec_manager.cc120 CodecInst CodecManager::ForgeCodecInst( in ForgeCodecInst() function in webrtc::acm2::CodecManager
Daudio_coding_module_impl.cc235 return rtc::Optional<CodecInst>(CodecManager::ForgeCodecInst(enc)); in SendCodec()