Searched refs:tick_timer_ (Results 1 – 12 of 12) sorted by relevance
/external/webrtc/modules/audio_coding/neteq/ |
D | expand_uma_logger.cc | 30 tick_timer_(*tick_timer), in ExpandUmaLogger() 31 timer_(GetNewCountdown(tick_timer_, logging_period_s_)) { in ExpandUmaLogger() 67 timer_ = GetNewCountdown(tick_timer_, logging_period_s_); in UpdateSampleCounter()
|
D | delay_manager.cc | 96 tick_timer_(tick_timer), in DelayManager() 139 packet_iat_stopwatch_ = tick_timer_->GetNewStopwatch(); in Update() 209 packet_iat_stopwatch_ = tick_timer_->GetNewStopwatch(); in Update() 295 packet_iat_stopwatch_ = tick_timer_->GetNewStopwatch(); in SetPacketAudioLength() 306 packet_iat_stopwatch_ = tick_timer_->GetNewStopwatch(); in Reset() 311 packet_iat_stopwatch_ = tick_timer_->GetNewStopwatch(); in ResetPacketIatCount()
|
D | decision_logic.cc | 40 tick_timer_(config.tick_timer), in DecisionLogic() 43 tick_timer_->GetNewCountdown(kMinTimescaleInterval + 1)), in DecisionLogic() 80 tick_timer_->GetNewCountdown(kMinTimescaleInterval + 1); in SoftReset() 237 timescale_countdown_ = tick_timer_->GetNewCountdown(kMinTimescaleInterval); in FilterBufferLevel()
|
D | expand_uma_logger.h | 46 const TickTimer& tick_timer_; variable
|
D | delay_manager_unittest.cc | 55 TickTimer tick_timer_; member in webrtc::DelayManagerTest 79 enable_rtx_handling_, &tick_timer_, std::move(histogram)); in RecreateDelayManager() 82 enable_rtx_handling_, &tick_timer_); in RecreateDelayManager() 99 tick_timer_.Increment(); in IncreaseTime()
|
D | packet_buffer.cc | 68 : max_number_of_packets_(max_number_of_packets), tick_timer_(tick_timer) {} in PacketBuffer() 95 packet.waiting_time = tick_timer_->GetNewStopwatch(); in InsertPacket()
|
D | packet_buffer.h | 151 const TickTimer* tick_timer_; variable
|
D | delay_manager.h | 148 const TickTimer* tick_timer_; variable
|
D | decision_logic.h | 176 const TickTimer* tick_timer_; variable
|
D | neteq_impl_unittest.cc | 82 tick_timer_ = deps.tick_timer.get(); in CreateInstance() 110 new MockPacketBuffer(config_.max_packets_in_buffer, tick_timer_)); in CreateInstance() 123 controller_config.tick_timer = tick_timer_; in CreateInstance() 230 TickTimer* tick_timer_ = nullptr; member in webrtc::NetEqImplTest 1454 ASSERT_TRUE(tick_timer_); in TEST_F() 1455 EXPECT_EQ(0u, tick_timer_->ticks()); in TEST_F() 1459 EXPECT_EQ(1u, tick_timer_->ticks()); in TEST_F()
|
D | neteq_impl.cc | 131 tick_timer_(std::move(deps.tick_timer)), in NetEqImpl() 157 tick_timer_.get()), in NetEqImpl() 160 tick_timer_.get()), in NetEqImpl() 818 tick_timer_->Increment(); in GetAudioInternal() 873 generated_noise_stopwatch_ = tick_timer_->GetNewStopwatch(); in GetAudioInternal() 1646 generated_noise_stopwatch_ = tick_timer_->GetNewStopwatch(); in DoCodecPlc() 1683 generated_noise_stopwatch_ = tick_timer_->GetNewStopwatch(); in DoExpand()
|
D | neteq_impl.h | 336 const std::unique_ptr<TickTimer> tick_timer_ RTC_GUARDED_BY(mutex_);
|