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

  /external/chromium_org/third_party/webrtc/voice_engine/
voe_codec_impl.cc 499 int VoECodecImpl::SetSecondarySendCodec(int channel, const CodecInst& codec,
505 "SetSecondarySendCodec(channel=%d, codec)", channel);
519 "SetSecondarySendCodec() invalid L16 packet size");
528 "SetSecondarySendCodec() invalid codec name");
535 "SetSecondarySendCodec() invalid number of channels");
542 "SetSecondarySendCodec() failed to locate channel");
547 "SetSecondarySendCodec() invalid codec");
550 if (channelPtr->SetSecondarySendCodec(copy_codec, red_payload_type) != 0) {
552 "SetSecondarySendCodec() failed to set secondary "
channel.cc     [all...]

Completed in 1409 milliseconds