Searched refs:SetPacketLossRate (Results 1 – 8 of 8) sorted by relevance
94 EXPECT_TRUE(SetPacketLossRate(expected_loss_rate)); in Setup()104 bool SenderWithFEC::SetPacketLossRate(int expected_loss_rate) { in SetPacketLossRate() function in webrtc::SenderWithFEC105 if (_acm->SetPacketLossRate(expected_loss_rate) == 0) { in SetPacketLossRate()
43 bool SetPacketLossRate(int expected_loss_rate);
345 EXPECT_EQ(0, _acmA->SetPacketLossRate(25)); in Perform()
130 void SetPacketLossRate(double loss_rate) { in SetPacketLossRate() function in webrtc::test::NetEqNetworkStatsTest224 SetPacketLossRate(0.1); in DecodeFecTest()256 SetPacketLossRate(1); in NoiseExpansionTest()
351 virtual int SetPacketLossRate(int packet_loss_rate) = 0;
89 int SetPacketLossRate(int loss_rate) override;
495 int AudioCodingModuleImpl::SetPacketLossRate(int loss_rate) { in SetPacketLossRate() function in webrtc::acm2::AudioCodingModuleImpl
1436 if (audio_coding_->SetPacketLossRate( in OnIncomingFractionLoss()