OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:step_ms
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
remb.cc
91
int64_t
step_ms
= std::max<int64_t>(estimator_->TimeUntilNextProcess(), 0);
local
92
while ((clock_.TimeInMilliseconds() +
step_ms
) < arrival_time_ms) {
93
clock_.AdvanceTimeMilliseconds(
step_ms
);
95
step_ms
= std::max<int64_t>(estimator_->TimeUntilNextProcess(), 0);
/external/webrtc/webrtc/modules/audio_coding/neteq/
statistics_calculator.h
101
void AdvanceClock(int
step_ms
);
statistics_calculator.cc
41
void StatisticsCalculator::PeriodicUmaLogger::AdvanceClock(int
step_ms
) {
42
timer_ +=
step_ms
;
Completed in 2903 milliseconds