Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Dexpand_uma_logger.cc29 logging_period_s_(logging_period_s), in ExpandUmaLogger()
31 timer_(GetNewCountdown(tick_timer_, logging_period_s_)) { in ExpandUmaLogger()
33 RTC_DCHECK_GT(logging_period_s_, 0); in ExpandUmaLogger()
63 const int rate = (100 * diff) / (sample_rate_hz * logging_period_s_); in UpdateSampleCounter()
67 timer_ = GetNewCountdown(tick_timer_, logging_period_s_); in UpdateSampleCounter()
Dexpand_uma_logger.h45 const int logging_period_s_; variable