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

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

Completed in 90 milliseconds