Searched refs:CodecFEC (Results 1 – 5 of 5) sorted by relevance
364 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()
336 virtual bool CodecFEC() const = 0;
86 bool CodecFEC() const override;
474 bool AudioCodingModuleImpl::CodecFEC() const { in CodecFEC() function in webrtc::acm2::AudioCodingModuleImpl
3323 bool enabled = audio_coding_->CodecFEC(); in GetCodecFECStatus()