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

/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Dacm_generic_codec.h574 // int SetFEC();
586 virtual int SetFEC(bool /* enable_fec */) { return -1; } function in class:webrtc::acm2::ACMGenericCodec
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DPacketLossTest.cc93 EXPECT_TRUE(SetFEC(true));
97 bool SenderWithFEC::SetFEC(bool enable_fec) { function in class:webrtc::SenderWithFEC

Completed in 131 milliseconds