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

  /external/webrtc/webrtc/voice_engine/
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.cc     [all...]

Completed in 296 milliseconds