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 517 int VoECodecImpl::SetSecondarySendCodec(int channel, const CodecInst& codec,
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 "
channel.cc     [all...]

Completed in 96 milliseconds