HomeSort by relevance Sort by last modified time
    Searched defs:AdvanceClock (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/video_coding/
jitter_estimator_tests.cc 26 void AdvanceClock(int64_t microseconds) {
69 regular_estimator_.AdvanceClock(time_delta);
71 low_rate_estimator_.AdvanceClock(time_delta);
86 regular_estimator_.AdvanceClock(time_delta);
88 low_rate_estimator_.AdvanceClock(time_delta);
103 regular_estimator_.AdvanceClock(time_delta);
105 low_rate_estimator_.AdvanceClock(time_delta);
120 regular_estimator_.AdvanceClock(time_delta * 2);
122 low_rate_estimator_.AdvanceClock(time_delta * 2);
135 regular_estimator_.AdvanceClock(time_delta)
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
statistics_calculator.cc 41 void StatisticsCalculator::PeriodicUmaLogger::AdvanceClock(int step_ms) {
174 delayed_packet_outage_counter_.AdvanceClock(time_step_ms);
175 excess_buffer_delay_.AdvanceClock(time_step_ms);

Completed in 556 milliseconds