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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
dual_stream_unittest.cc 493 ASSERT_EQ(-1, acm_dual_stream_->SecondarySendCodec(&my_codec));
498 ASSERT_EQ(-1, acm_dual_stream_->SecondarySendCodec(&my_codec));
516 ASSERT_EQ(0, acm_dual_stream_->SecondarySendCodec(&my_codec));
530 ASSERT_EQ(-1, acm_dual_stream_->SecondarySendCodec(&my_codec));
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/interface/
audio_coding_module.h 289 // int SecondarySendCodec()
299 virtual int SecondarySendCodec(CodecInst* secondary_codec) const = 0;
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
audio_coding_module_impl.h 70 virtual int SecondarySendCodec(CodecInst* secondary_codec) const OVERRIDE;
audio_coding_module_impl.cc 876 int AudioCodingModuleImpl::SecondarySendCodec(
    [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/
channel.cc     [all...]

Completed in 71 milliseconds