Searched refs:SetSendCNPayloadType (Results 1 - 8 of 8) sorted by relevance
/external/webrtc/webrtc/voice_engine/include/ |
H A D | voe_codec.h | 91 virtual int SetSendCNPayloadType(
|
/external/webrtc/webrtc/voice_engine/ |
H A D | voe_codec_impl.h | 34 int SetSendCNPayloadType(
|
H A D | voe_codec_impl.cc | 198 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 D | channel.h | 220 int32_t SetSendCNPayloadType(int type, PayloadFrequencies frequency);
|
H A D | channel.cc | 1587 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 D | mock_voice_engine.h | 131 MOCK_METHOD3(SetSendCNPayloadType,
|
/external/webrtc/talk/media/webrtc/ |
H A D | fakewebrtcvoiceengine.h | 450 WEBRTC_FUNC(SetSendCNPayloadType, (int channel, int type,
|
H A D | webrtcvoiceengine.cc | 1640 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