Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Dexpand_uma_logger.cc17 std::unique_ptr<TickTimer::Countdown> GetNewCountdown( in GetNewCountdown() function
20 return tick_timer.GetNewCountdown((logging_period_s * 1000) / in GetNewCountdown()
31 timer_(GetNewCountdown(tick_timer_, logging_period_s_)) { in ExpandUmaLogger()
67 timer_ = GetNewCountdown(tick_timer_, logging_period_s_); in UpdateSampleCounter()
Ddecision_logic.cc43 tick_timer_->GetNewCountdown(kMinTimescaleInterval + 1)), in DecisionLogic()
80 tick_timer_->GetNewCountdown(kMinTimescaleInterval + 1); in SoftReset()
237 timescale_countdown_ = tick_timer_->GetNewCountdown(kMinTimescaleInterval); in FilterBufferLevel()
/external/webrtc/api/neteq/
Dtick_timer.h102 std::unique_ptr<Countdown> GetNewCountdown(uint64_t ticks_to_count) const { in GetNewCountdown() function
Dtick_timer_unittest.cc119 std::unique_ptr<TickTimer::Countdown> cd = tt.GetNewCountdown(17); in TEST()