Home
last modified time | relevance | path

Searched refs:step_ms (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
Dremb.cc91 int64_t step_ms = std::max<int64_t>(estimator_->TimeUntilNextProcess(), 0); in ReceivePacket() local
92 while ((clock_.TimeInMilliseconds() + step_ms) < arrival_time_ms) { in ReceivePacket()
93 clock_.AdvanceTimeMilliseconds(step_ms); in ReceivePacket()
95 step_ms = std::max<int64_t>(estimator_->TimeUntilNextProcess(), 0); in ReceivePacket()
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dstatistics_calculator.cc41 void StatisticsCalculator::PeriodicUmaLogger::AdvanceClock(int step_ms) { in AdvanceClock() argument
42 timer_ += step_ms; in AdvanceClock()
Dstatistics_calculator.h101 void AdvanceClock(int step_ms);