HomeSort by relevance Sort by last modified time
    Searched refs:lost_timestamps_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/neteq/
statistics_calculator.cc 113 lost_timestamps_(0),
139 lost_timestamps_ = 0;
168 lost_timestamps_ += num_samples;
179 lost_timestamps_ = 0;
229 CalculateQ14Ratio(lost_timestamps_, timestamps_since_last_report_);
statistics_calculator.h 156 size_t lost_timestamps_; member in class:webrtc::StatisticsCalculator

Completed in 906 milliseconds