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 577 int VoECodecImpl::GetSecondarySendCodec(int channel, CodecInst& codec) {
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, "
channel.cc     [all...]

Completed in 1246 milliseconds