Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/agc/
Dhistogram.cc68 buffer_is_full_(false), in Histogram()
83 buffer_is_full_(false), in Histogram()
106 if (!buffer_is_full_) in RemoveOldestEntryAndUpdate()
150 buffer_is_full_ = true; in InsertNewestEntryAndUpdate()
187 buffer_is_full_ = false; in Reset()
Dhistogram.h83 int buffer_is_full_; variable