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

  /external/chromium_org/third_party/webrtc/voice_engine/
voe_codec_impl.cc 559 int VoECodecImpl::GetSecondarySendCodec(int channel, CodecInst& codec) {
561 "GetSecondarySendCodec(channel=%d, codec=?)", channel);
570 "GetSecondarySendCodec() failed to locate channel");
574 if (channelPtr->GetSecondarySendCodec(&acm_codec) != 0) {
576 "GetSecondarySendCodec() failed to get secondary "
583 "GetSecondarySendCodec() => plname=%s, pacsize=%d, plfreq=%d, "
channel.cc     [all...]

Completed in 73 milliseconds