Searched refs:SetOpusDtx (Results 1 – 11 of 11) sorted by relevance
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/ |
D | codec_test.cc | 163 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/ |
D | voe_codec_impl.h | 59 int SetOpusDtx(int channel, bool enable_dtx) override;
|
D | voe_codec_impl.cc | 363 int VoECodecImpl::SetOpusDtx(int channel, bool enable_dtx) { in SetOpusDtx() function in webrtc::VoECodecImpl 377 return channelPtr->SetOpusDtx(enable_dtx); in SetOpusDtx()
|
D | channel.h | 222 int SetOpusDtx(bool enable_dtx);
|
D | channel.cc | 1648 int Channel::SetOpusDtx(bool enable_dtx) { in SetOpusDtx() function in webrtc::voe::Channel
|
/external/webrtc/webrtc/voice_engine/include/ |
D | voe_codec.h | 133 virtual int SetOpusDtx(int channel, bool enable_dtx) = 0;
|
/external/webrtc/webrtc/voice_engine/test/auto_test/ |
D | voe_output_test.cc | 96 EXPECT_EQ(0, codec->SetOpusDtx(channel_, true)); in OutputTest()
|
/external/webrtc/webrtc/test/ |
D | mock_voice_engine.h | 141 MOCK_METHOD2(SetOpusDtx, int(int channel, bool enable_dtx));
|
/external/webrtc/webrtc/voice_engine/test/cmd_test/ |
D | voe_cmd_test.cc | 783 res = codec->SetOpusDtx(chan, opus_dtx); in RunTest()
|
/external/webrtc/talk/media/webrtc/ |
D | fakewebrtcvoiceengine.h | 523 WEBRTC_FUNC(SetOpusDtx, (int channel, bool enable_dtx)) {
|
D | webrtcvoiceengine.cc | 1580 if (engine()->voe()->codec()->SetOpusDtx(channel, enable_opus_dtx)) { in SetSendCodecs() 1581 LOG_RTCERR2(SetOpusDtx, channel, enable_opus_dtx); in SetSendCodecs()
|