Home
last modified time | relevance | path

Searched refs:report_interval_ms_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dstatistics_calculator.cc34 report_interval_ms_(report_interval_ms), in PeriodicUmaLogger()
43 if (timer_ < report_interval_ms_) { in AdvanceClock()
48 timer_ -= report_interval_ms_; in AdvanceClock()
Dstatistics_calculator.h109 const int report_interval_ms_; variable