Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dmetric_recorder.cc403 size_t num_packets_remaining = (n * num_packets_received_) / 100; in NthDelayPercentile() local
405 if (num_packets_remaining <= hist.second) in NthDelayPercentile()
407 num_packets_remaining -= hist.second; in NthDelayPercentile()