Home
last modified time | relevance | path

Searched refs:CngRfc3389On (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/audio_coding/neteq/mock/
Dmock_neteq_controller.h39 MOCK_METHOD(bool, CngRfc3389On, (), (const, override));
/external/webrtc/api/neteq/
Dneteq_controller.h139 virtual bool CngRfc3389On() const = 0;
/external/webrtc/modules/audio_coding/neteq/
Ddecision_logic.h58 bool CngRfc3389On() const override { return cng_state_ == kCngRfc3389On; } in CngRfc3389On() function
Dneteq_impl.cc1083 if (controller_->CngRfc3389On() || last_mode_ == Mode::kRfc3389Cng) { in GetDecision()