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

/external/webrtc/webrtc/voice_engine/include/
H A Dvoe_codec.h91 virtual int SetSendCNPayloadType(
/external/webrtc/webrtc/voice_engine/
H A Dvoe_codec_impl.h34 int SetSendCNPayloadType(
H A Dvoe_codec_impl.cc198 int VoECodecImpl::SetSendCNPayloadType(int channel, function in class:webrtc::VoECodecImpl
202 "SetSendCNPayloadType(channel=%d, type=%d, frequency=%d)",
211 "SetSendCNPayloadType() invalid payload type");
219 "SetSendCNPayloadType() invalid payload frequency");
226 "SetSendCNPayloadType() failed to locate channel");
229 return channelPtr->SetSendCNPayloadType(type, frequency);
H A Dchannel.h220 int32_t SetSendCNPayloadType(int type, PayloadFrequencies frequency);
H A Dchannel.cc1587 Channel::SetSendCNPayloadType(int type, PayloadFrequencies frequency) function in class:webrtc::voe::Channel
1590 "Channel::SetSendCNPayloadType()");
1604 "SetSendCNPayloadType() failed to retrieve default CN codec "
1616 "SetSendCNPayloadType() failed to register CN to ACM");
1627 "SetSendCNPayloadType() failed to register CN to RTP/RTCP "
/external/webrtc/webrtc/test/
H A Dmock_voice_engine.h131 MOCK_METHOD3(SetSendCNPayloadType,
/external/webrtc/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h450 WEBRTC_FUNC(SetSendCNPayloadType, (int channel, int type,
H A Dwebrtcvoiceengine.cc1640 if (engine()->voe()->codec()->SetSendCNPayloadType(
1642 LOG_RTCERR3(SetSendCNPayloadType, channel, codec.id, cn_freq);
1646 // Not returning false because the SetSendCNPayloadType will fail if

Completed in 233 milliseconds