Home
last modified time | relevance | path

Searched refs:UnregisterReceiveCodec (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/include/
Daudio_coding_module.h497 virtual int UnregisterReceiveCodec(
/external/webrtc/webrtc/modules/audio_coding/acm2/
Daudio_coding_module_impl.h177 int UnregisterReceiveCodec(uint8_t payload_type) override;
Daudio_coding_module_impl.cc801 int AudioCodingModuleImpl::UnregisterReceiveCodec(uint8_t payload_type) { in UnregisterReceiveCodec() function in webrtc::acm2::AudioCodingModuleImpl
/external/webrtc/webrtc/modules/audio_coding/test/
DAPITest.cc168 CHECK_ERROR_MT(_acmA->UnregisterReceiveCodec(nextCodec.pltype)); in SetUp()
832 CHECK_ERROR_MT(receiveACM->UnregisterReceiveCodec(myCodec->pltype)); in TestRegisteration()
DTestStereo.cc180 EXPECT_EQ(0, acm_b_->UnregisterReceiveCodec(my_codec_param.pltype)); in Perform()
/external/webrtc/webrtc/voice_engine/
Dchannel.cc1520 if (audio_coding_->UnregisterReceiveCodec(rxCodec.pltype) != 0) in SetRecPayloadType()
1554 audio_coding_->UnregisterReceiveCodec(codec.pltype); in SetRecPayloadType()