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

/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_codec_impl.h65 virtual int GetSecondarySendCodec(int channel, CodecInst& codec);
H A Dvoe_codec_unittest.cc141 EXPECT_EQ(-1, voe_codec_->GetSecondarySendCodec(channel_ + 1, my_codec));
145 EXPECT_EQ(0, voe_codec_->GetSecondarySendCodec(channel_, my_codec));
169 EXPECT_EQ(-1, voe_codec_->GetSecondarySendCodec(channel_, my_codec));
H A Dvoe_codec_impl.cc577 int VoECodecImpl::GetSecondarySendCodec(int channel, CodecInst& codec) { function in class:webrtc::VoECodecImpl
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, "
H A Dchannel.h214 int GetSecondarySendCodec(CodecInst* codec);
H A Dchannel.cc4398 int Channel::GetSecondarySendCodec(CodecInst* codec) { function in class:webrtc::voe::Channel
4402 "GetSecondarySendCodec() Failed to get secondary sent codec from ACM");
/external/chromium_org/third_party/webrtc/voice_engine/include/
H A Dvoe_codec.h82 virtual int GetSecondarySendCodec(int channel, CodecInst& codec) = 0;
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h541 WEBRTC_STUB(GetSecondarySendCodec, (int channel,

Completed in 540 milliseconds