Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/neteq/
Dstatistics_calculator.cc113 lost_timestamps_(0), in StatisticsCalculator()
139 lost_timestamps_ = 0; in ResetMcu()
168 lost_timestamps_ += num_samples; in LostSamples()
179 lost_timestamps_ = 0; in IncreaseCounter()
229 CalculateQ14Ratio(lost_timestamps_, timestamps_since_last_report_); in GetNetworkStatistics()
Dstatistics_calculator.h156 size_t lost_timestamps_; variable