Searched refs:enable_fec (Results 1 – 5 of 5) sorted by relevance
97 bool SenderWithFEC::SetFEC(bool enable_fec) { in SetFEC() argument98 if (_acm->SetCodecFEC(enable_fec) == 0) { in SetFEC()
44 bool SetFEC(bool enable_fec);
51 void set_fec_enabled(bool enable_fec) { fec_enabled_ = enable_fec; } in set_fec_enabled() argument
474 bool enable_fec, in SetProtectionMode() argument478 if (enable_fec) { in SetProtectionMode()493 protection_method = enable_fec ? kProtectionNackFEC : kProtectionNack; in SetProtectionMode()505 rtp_rtcp->SetGenericFECStatus(enable_fec, in SetProtectionMode()
102 bool enable_fec,