Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Drolling_accumulator.h54 T sample_to_remove = samples_[next_index_]; in AddSample() local
55 stats_.RemoveSample(sample_to_remove); in AddSample()
56 if (sample_to_remove >= max_) { in AddSample()
59 if (sample_to_remove <= min_) { in AddSample()