Searched refs:RegisterSecondarySendCodec (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A Ddual_stream_unittest.cc160 acm_dual_stream_->RegisterSecondarySendCodec(secondary_encoder_));
190 acm_dual_stream_->RegisterSecondarySendCodec(secondary_encoder_));
497 acm_dual_stream_->RegisterSecondarySendCodec(secondary_encoder_));
514 acm_dual_stream_->RegisterSecondarySendCodec(secondary_encoder_));
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/interface/
H A Daudio_coding_module.h249 // int RegisterSecondarySendCodec()
267 virtual int RegisterSecondarySendCodec(const CodecInst& send_codec) = 0;
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Daudio_coding_module_impl.h63 virtual int RegisterSecondarySendCodec(const CodecInst& send_codec) OVERRIDE;
H A Daudio_coding_module_impl.cc824 int AudioCodingModuleImpl::RegisterSecondarySendCodec( function in class:webrtc::acm2::AudioCodingModuleImpl
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dchannel.cc4383 if (audio_coding_->RegisterSecondarySendCodec(codec) < 0) {

Completed in 373 milliseconds