Searched refs:SetSecondarySendCodec (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_codec_unittest.cc108 EXPECT_EQ(-1, voe_codec_->SetSecondarySendCodec(channel_, valid_secondary_,
119 EXPECT_EQ(-1, voe_codec_->SetSecondarySendCodec(channel_, invalid_secondary_,
123 EXPECT_EQ(-1, voe_codec_->SetSecondarySendCodec(channel_, valid_secondary_,
126 EXPECT_EQ(-1, voe_codec_->SetSecondarySendCodec(channel_ + 1,
136 EXPECT_EQ(0, voe_codec_->SetSecondarySendCodec(channel_, valid_secondary_,
160 EXPECT_EQ(0, voe_codec_->SetSecondarySendCodec(channel_, valid_secondary_,
H A Dvoe_codec_impl.h60 virtual int SetSecondarySendCodec(int channel, const CodecInst& codec,
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.h212 int SetSecondarySendCodec(const CodecInst& codec, int red_payload_type);
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 "
/external/chromium_org/third_party/webrtc/voice_engine/include/
H A Dvoe_codec.h74 virtual int SetSecondarySendCodec(int channel, const CodecInst& codec,
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h537 WEBRTC_STUB(SetSecondarySendCodec, (int channel,

Completed in 2916 milliseconds