Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Dstatistics_calculator.cc133 buffer_full_counter_("WebRTC.Audio.JitterBufferFullPerMinute", in StatisticsCalculator()
266 buffer_full_counter_.AdvanceClock(time_step_ms); in IncreaseCounter()
292 buffer_full_counter_.RegisterSample(); in FlushedPacketBuffer()
Dstatistics_calculator.h211 PeriodicUmaCount buffer_full_counter_; variable