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

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_codec_impl.cc517 int VoECodecImpl::SetSecondarySendCodec(int channel, const CodecInst& codec, function in class:webrtc::VoECodecImpl
523 "SetSecondarySendCodec(channel=%d, codec)", channel);
537 "SetSecondarySendCodec() invalid L16 packet size");
546 "SetSecondarySendCodec() invalid codec name");
553 "SetSecondarySendCodec() invalid number of channels");
560 "SetSecondarySendCodec() failed to locate channel");
565 "SetSecondarySendCodec() invalid codec");
568 if (channelPtr->SetSecondarySendCodec(copy_codec, red_payload_type) != 0) {
570 "SetSecondarySendCodec() failed to set secondary "
H A Dchannel.cc3490 "SetSecondarySendCodec() Failed to register RED ACM");
4367 int Channel::SetSecondarySendCodec(const CodecInst& codec, function in class:webrtc::voe::Channel
4380 "SetSecondarySendCodec() Failed to register RED ACM");
4386 "SetSecondarySendCodec() Failed to register secondary send codec in "

Completed in 201 milliseconds