Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Dstatistics_calculator.cc122 lost_timestamps_(0), in StatisticsCalculator()
152 lost_timestamps_ = 0; in ResetMcu()
258 lost_timestamps_ += num_samples; in LostSamples()
270 lost_timestamps_ = 0; in IncreaseCounter()
336 CalculateQ14Ratio(lost_timestamps_, timestamps_since_last_report_); in GetNetworkStatistics()
Dstatistics_calculator.h204 size_t lost_timestamps_; variable