Searched refs:SetDtx (Results 1 – 11 of 11) sorted by relevance
103 bool AudioEncoderCopyRed::SetDtx(bool enable) { in SetDtx() function in webrtc::AudioEncoderCopyRed104 return speech_encoder_->SetDtx(enable); in SetDtx()
52 bool SetDtx(bool enable) override;
72 EXPECT_TRUE(encoder_->SetDtx(true)); in TEST_F()76 EXPECT_TRUE(encoder_->SetDtx(false)); in TEST_F()
75 bool SetDtx(bool enable) override;
173 bool AudioEncoderOpus::SetDtx(bool enable) { in SetDtx() function in webrtc::AudioEncoderOpus
44 bool AudioEncoder::SetDtx(bool enable) { in SetDtx() function in webrtc::AudioEncoder
118 virtual bool SetDtx(bool enable);
40 MOCK_METHOD1(SetDtx, bool(bool enable));
183 bool AudioEncoderCng::SetDtx(bool enable) { in SetDtx() function in webrtc::AudioEncoderCng184 return speech_encoder_->SetDtx(enable); in SetDtx()
65 bool SetDtx(bool enable) override;
777 return rent_a_codec_.GetEncoderStack()->SetDtx(true) ? 0 : -1; in EnableOpusDtx()785 return rent_a_codec_.GetEncoderStack()->SetDtx(false) ? 0 : -1; in DisableOpusDtx()