HomeSort by relevance Sort by last modified time
    Searched refs:SetPacketLossRate (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_opus.h 39 virtual int SetPacketLossRate(int loss_rate) OVERRIDE;
acm_opus_unittest.cc 22 // These constants correspond to those used in ACMOpus::SetPacketLossRate().
45 EXPECT_EQ(0, SetPacketLossRate(loss));
acm_opus.cc 206 int ACMOpus::SetPacketLossRate(int loss_rate) {
acm_generic_codec.h 589 // int SetPacketLossRate()
601 virtual int SetPacketLossRate(int /* loss_rate */) { return 0; }
    [all...]
audio_coding_module_impl.h 116 virtual int SetPacketLossRate(int loss_rate) OVERRIDE;
audio_coding_module_impl.cc     [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
PacketLossTest.cc 94 EXPECT_TRUE(SetPacketLossRate(expected_loss_rate));
104 bool SenderWithFEC::SetPacketLossRate(int expected_loss_rate) {
105 if (_acm->SetPacketLossRate(expected_loss_rate) == 0) {
PacketLossTest.h 42 bool SetPacketLossRate(int expected_loss_rate);
TestRedFec.cc 213 EXPECT_EQ(0, _acmA->SetPacketLossRate(25));
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/interface/
audio_coding_module.h 443 // int SetPacketLossRate()
455 virtual int SetPacketLossRate(int packet_loss_rate) = 0;
    [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/
channel.cc     [all...]

Completed in 238 milliseconds