Home
last modified time | relevance | path

Searched refs:timescale_countdown_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/audio_coding/neteq/
Ddecision_logic.h156 return !timescale_countdown_ || timescale_countdown_->Finished(); in TimescaleAllowed()
186 std::unique_ptr<TickTimer::Countdown> timescale_countdown_; variable
Ddecision_logic.cc42 timescale_countdown_( in DecisionLogic()
70 timescale_countdown_.reset(); in Reset()
79 timescale_countdown_ = in SoftReset()
237 timescale_countdown_ = tick_timer_->GetNewCountdown(kMinTimescaleInterval); in FilterBufferLevel()