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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
TestRedFec.cc 216 EXPECT_EQ(-1, _acmA->SetCodecFEC(true));
219 EXPECT_EQ(0, _acmA->SetCodecFEC(true));
241 EXPECT_EQ(0, _acmA->SetCodecFEC(false));
245 EXPECT_EQ(0, _acmA->SetCodecFEC(true));
251 EXPECT_EQ(-1, _acmA->SetCodecFEC(true));
256 EXPECT_EQ(-1, _acmA->SetCodecFEC(true));
PacketLossTest.cc 98 if (_acm->SetCodecFEC(enable_fec) == 0) {
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/interface/
audio_coding_module.h 418 // int32_t SetCodecFEC()
430 virtual int SetCodecFEC(bool enable_codec_fec) = 0;
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
audio_coding_module_impl.h 110 virtual int SetCodecFEC(bool enabled_codec_fec) OVERRIDE;
audio_coding_module_impl.cc     [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/
channel.cc     [all...]

Completed in 266 milliseconds