Searched defs:GetSecondarySendCodec (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_codec_impl.cc577 int VoECodecImpl::GetSecondarySendCodec(int channel, CodecInst& codec) { function in class:webrtc::VoECodecImpl
579 "GetSecondarySendCodec(channel=%d, codec=?)", channel);
588 "GetSecondarySendCodec() failed to locate channel");
592 if (channelPtr->GetSecondarySendCodec(&acm_codec) != 0) {
594 "GetSecondarySendCodec() failed to get secondary "
601 "GetSecondarySendCodec() => plname=%s, pacsize=%d, plfreq=%d, "
H A Dchannel.cc4398 int Channel::GetSecondarySendCodec(CodecInst* codec) { function in class:webrtc::voe::Channel
4402 "GetSecondarySendCodec() Failed to get secondary sent codec from ACM");

Completed in 290 milliseconds