Home
last modified time | relevance | path

Searched defs:step_ms (Results 1 – 2 of 2) 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
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dstatistics_calculator.cc41 void StatisticsCalculator::PeriodicUmaLogger::AdvanceClock(int step_ms) { in AdvanceClock()