Home
last modified time | relevance | path

Searched refs:CodecFEC (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/test/
DTestRedFec.cc364 EXPECT_TRUE(_acmA->CodecFEC()); in Perform()
373 EXPECT_FALSE(_acmA->CodecFEC()); in Perform()
398 EXPECT_FALSE(_acmA->CodecFEC()); in Perform()
403 EXPECT_FALSE(_acmA->CodecFEC()); in Perform()
409 EXPECT_FALSE(_acmA->CodecFEC()); in Perform()
414 EXPECT_FALSE(_acmA->CodecFEC()); in Perform()
/external/webrtc/webrtc/modules/audio_coding/include/
Daudio_coding_module.h336 virtual bool CodecFEC() const = 0;
/external/webrtc/webrtc/modules/audio_coding/acm2/
Daudio_coding_module_impl.h86 bool CodecFEC() const override;
Daudio_coding_module_impl.cc474 bool AudioCodingModuleImpl::CodecFEC() const { in CodecFEC() function in webrtc::acm2::AudioCodingModuleImpl
/external/webrtc/webrtc/voice_engine/
Dchannel.cc3323 bool enabled = audio_coding_->CodecFEC(); in GetCodecFECStatus()