Home
last modified time | relevance | path

Searched refs:SetSendCNPayloadType (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/voice_engine/
Dvoe_codec_impl.h34 int SetSendCNPayloadType(
Dvoe_codec_impl.cc198 int VoECodecImpl::SetSendCNPayloadType(int channel, in SetSendCNPayloadType() function in webrtc::VoECodecImpl
229 return channelPtr->SetSendCNPayloadType(type, frequency); in SetSendCNPayloadType()
Dchannel.h220 int32_t SetSendCNPayloadType(int type, PayloadFrequencies frequency);
Dchannel.cc1587 Channel::SetSendCNPayloadType(int type, PayloadFrequencies frequency) in SetSendCNPayloadType() function in webrtc::voe::Channel
/external/webrtc/webrtc/voice_engine/include/
Dvoe_codec.h91 virtual int SetSendCNPayloadType(
/external/webrtc/webrtc/test/
Dmock_voice_engine.h131 MOCK_METHOD3(SetSendCNPayloadType,
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvoiceengine.h450 WEBRTC_FUNC(SetSendCNPayloadType, (int channel, int type,
Dwebrtcvoiceengine.cc1640 if (engine()->voe()->codec()->SetSendCNPayloadType( in SetSendCodecs()
1642 LOG_RTCERR3(SetSendCNPayloadType, channel, codec.id, cn_freq); in SetSendCodecs()