Home
last modified time | relevance | path

Searched refs:SetOpusDtx (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Dcodec_test.cc163 EXPECT_EQ(0, voe_codec_->SetOpusDtx(channel_, false)); in TEST_F()
164 EXPECT_EQ(0, voe_codec_->SetOpusDtx(channel_, true)); in TEST_F()
175 EXPECT_EQ(-1, voe_codec_->SetOpusDtx(channel_, true)); in TEST_F()
/external/webrtc/webrtc/voice_engine/
Dvoe_codec_impl.h59 int SetOpusDtx(int channel, bool enable_dtx) override;
Dvoe_codec_impl.cc363 int VoECodecImpl::SetOpusDtx(int channel, bool enable_dtx) { in SetOpusDtx() function in webrtc::VoECodecImpl
377 return channelPtr->SetOpusDtx(enable_dtx); in SetOpusDtx()
Dchannel.h222 int SetOpusDtx(bool enable_dtx);
Dchannel.cc1648 int Channel::SetOpusDtx(bool enable_dtx) { in SetOpusDtx() function in webrtc::voe::Channel
/external/webrtc/webrtc/voice_engine/include/
Dvoe_codec.h133 virtual int SetOpusDtx(int channel, bool enable_dtx) = 0;
/external/webrtc/webrtc/voice_engine/test/auto_test/
Dvoe_output_test.cc96 EXPECT_EQ(0, codec->SetOpusDtx(channel_, true)); in OutputTest()
/external/webrtc/webrtc/test/
Dmock_voice_engine.h141 MOCK_METHOD2(SetOpusDtx, int(int channel, bool enable_dtx));
/external/webrtc/webrtc/voice_engine/test/cmd_test/
Dvoe_cmd_test.cc783 res = codec->SetOpusDtx(chan, opus_dtx); in RunTest()
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvoiceengine.h523 WEBRTC_FUNC(SetOpusDtx, (int channel, bool enable_dtx)) {
Dwebrtcvoiceengine.cc1580 if (engine()->voe()->codec()->SetOpusDtx(channel, enable_opus_dtx)) { in SetSendCodecs()
1581 LOG_RTCERR2(SetOpusDtx, channel, enable_opus_dtx); in SetSendCodecs()