HomeSort by relevance Sort by last modified time
    Searched refs:SetSendCNPayloadType (Results 1 - 8 of 8) sorted by null

  /external/webrtc/webrtc/voice_engine/include/
voe_codec.h 91 virtual int SetSendCNPayloadType(
  /external/webrtc/webrtc/voice_engine/
voe_codec_impl.h 34 int SetSendCNPayloadType(
voe_codec_impl.cc 198 int VoECodecImpl::SetSendCNPayloadType(int channel,
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);
channel.h 220 int32_t SetSendCNPayloadType(int type, PayloadFrequencies frequency);
channel.cc     [all...]
  /external/webrtc/webrtc/test/
mock_voice_engine.h 131 MOCK_METHOD3(SetSendCNPayloadType,
  /external/webrtc/talk/media/webrtc/
fakewebrtcvoiceengine.h 450 WEBRTC_FUNC(SetSendCNPayloadType, (int channel, int type,
webrtcvoiceengine.cc     [all...]

Completed in 42 milliseconds