Searched refs:SetSendCNPayloadType (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/webrtc/voice_engine/ |
D | voe_codec_impl.h | 34 int SetSendCNPayloadType(
|
D | voe_codec_impl.cc | 198 int VoECodecImpl::SetSendCNPayloadType(int channel, in SetSendCNPayloadType() function in webrtc::VoECodecImpl 229 return channelPtr->SetSendCNPayloadType(type, frequency); in SetSendCNPayloadType()
|
D | channel.h | 220 int32_t SetSendCNPayloadType(int type, PayloadFrequencies frequency);
|
D | channel.cc | 1587 Channel::SetSendCNPayloadType(int type, PayloadFrequencies frequency) in SetSendCNPayloadType() function in webrtc::voe::Channel
|
/external/webrtc/webrtc/voice_engine/include/ |
D | voe_codec.h | 91 virtual int SetSendCNPayloadType(
|
/external/webrtc/webrtc/test/ |
D | mock_voice_engine.h | 131 MOCK_METHOD3(SetSendCNPayloadType,
|
/external/webrtc/talk/media/webrtc/ |
D | fakewebrtcvoiceengine.h | 450 WEBRTC_FUNC(SetSendCNPayloadType, (int channel, int type,
|
D | webrtcvoiceengine.cc | 1640 if (engine()->voe()->codec()->SetSendCNPayloadType( in SetSendCodecs() 1642 LOG_RTCERR3(SetSendCNPayloadType, channel, codec.id, cn_freq); in SetSendCodecs()
|