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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_opus.h 37 virtual int SetPacketLossRate(int loss_rate) OVERRIDE;
acm_opus.cc 219 int ACMOpus::SetPacketLossRate(int loss_rate) {
acm_generic_codec.h 590 // int SetPacketLossRate()
602 virtual int SetPacketLossRate(int /* loss_rate */) { return 0; }
    [all...]
audio_coding_module_impl.h 115 int SetPacketLossRate(int loss_rate);
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 441 // int SetPacketLossRate()
453 virtual int SetPacketLossRate(int packet_loss_rate) = 0;
    [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/
channel.cc     [all...]

Completed in 93 milliseconds