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

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_codec_impl.h34 virtual int SetSendCNPayloadType(
H A Dvoe_codec_impl.cc260 int VoECodecImpl::SetSendCNPayloadType(int channel, int type, function in class:webrtc::VoECodecImpl
264 "SetSendCNPayloadType(channel=%d, type=%d, frequency=%d)",
275 "SetSendCNPayloadType() invalid payload type");
284 "SetSendCNPayloadType() invalid payload frequency");
292 "SetSendCNPayloadType() failed to locate channel");
295 return channelPtr->SetSendCNPayloadType(type, frequency);
H A Dchannel.h208 int32_t SetSendCNPayloadType(int type, PayloadFrequencies frequency);
H A Dchannel.cc1651 Channel::SetSendCNPayloadType(int type, PayloadFrequencies frequency) function in class:webrtc::voe::Channel
1654 "Channel::SetSendCNPayloadType()");
1668 "SetSendCNPayloadType() failed to retrieve default CN codec "
1680 "SetSendCNPayloadType() failed to register CN to ACM");
1691 "SetSendCNPayloadType() failed to register CN to RTP/RTCP "
/external/chromium_org/third_party/webrtc/voice_engine/include/
H A Dvoe_codec.h102 virtual int SetSendCNPayloadType(
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h599 WEBRTC_FUNC(SetSendCNPayloadType, (int channel, int type,
H A Dwebrtcvoiceengine.cc2201 if (engine()->voe()->codec()->SetSendCNPayloadType(
2203 LOG_RTCERR3(SetSendCNPayloadType, channel, it->id, cn_freq);
2207 // Not returning false because the SetSendCNPayloadType will fail if

Completed in 123 milliseconds