Searched defs:SetCodecFEC (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/acm2/
H A Dcodec_manager.cc182 bool CodecManager::SetCodecFEC(bool enable_codec_fec) { function in class:webrtc::acm2::CodecManager
H A Daudio_coding_module_impl.cc479 int AudioCodingModuleImpl::SetCodecFEC(bool enable_codec_fec) { function in class:webrtc::acm2::AudioCodingModuleImpl
481 if (!codec_manager_.SetCodecFEC(enable_codec_fec)) {

Completed in 115 milliseconds