Home
last modified time | relevance | path

Searched refs:SetPacketLossRate (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/test/
DPacketLossTest.cc94 EXPECT_TRUE(SetPacketLossRate(expected_loss_rate)); in Setup()
104 bool SenderWithFEC::SetPacketLossRate(int expected_loss_rate) { in SetPacketLossRate() function in webrtc::SenderWithFEC
105 if (_acm->SetPacketLossRate(expected_loss_rate) == 0) { in SetPacketLossRate()
DPacketLossTest.h43 bool SetPacketLossRate(int expected_loss_rate);
DTestRedFec.cc345 EXPECT_EQ(0, _acmA->SetPacketLossRate(25)); in Perform()
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_network_stats_unittest.cc130 void SetPacketLossRate(double loss_rate) { in SetPacketLossRate() function in webrtc::test::NetEqNetworkStatsTest
224 SetPacketLossRate(0.1); in DecodeFecTest()
256 SetPacketLossRate(1); in NoiseExpansionTest()
/external/webrtc/webrtc/modules/audio_coding/include/
Daudio_coding_module.h351 virtual int SetPacketLossRate(int packet_loss_rate) = 0;
/external/webrtc/webrtc/modules/audio_coding/acm2/
Daudio_coding_module_impl.h89 int SetPacketLossRate(int loss_rate) override;
Daudio_coding_module_impl.cc495 int AudioCodingModuleImpl::SetPacketLossRate(int loss_rate) { in SetPacketLossRate() function in webrtc::acm2::AudioCodingModuleImpl
/external/webrtc/webrtc/voice_engine/
Dchannel.cc1436 if (audio_coding_->SetPacketLossRate( in OnIncomingFractionLoss()