Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/test/
DPacketLossTest.cc97 bool SenderWithFEC::SetFEC(bool enable_fec) { in SetFEC() argument
98 if (_acm->SetCodecFEC(enable_fec) == 0) { in SetFEC()
DPacketLossTest.h44 bool SetFEC(bool enable_fec);
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_network_stats_unittest.cc51 void set_fec_enabled(bool enable_fec) { fec_enabled_ = enable_fec; } in set_fec_enabled() argument
/external/webrtc/webrtc/video/
Dvie_channel.cc474 bool enable_fec, in SetProtectionMode() argument
478 if (enable_fec) { in SetProtectionMode()
493 protection_method = enable_fec ? kProtectionNackFEC : kProtectionNack; in SetProtectionMode()
505 rtp_rtcp->SetGenericFECStatus(enable_fec, in SetProtectionMode()
Dvie_channel.h102 bool enable_fec,