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

  /external/chromium_org/third_party/webrtc/voice_engine/
voe_codec_impl.cc 260 int VoECodecImpl::SetSendCNPayloadType(int channel, int type,
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);
channel.cc     [all...]

Completed in 78 milliseconds