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

  /external/webrtc/webrtc/modules/audio_processing/vad/
vad_circular_buffer.cc 20 is_full_(false),
30 is_full_ = false;
42 if (!is_full_)
50 if (is_full_) {
62 if (is_full_) {
69 is_full_ = true;
74 if (is_full_)
102 if (!is_full_ && *index >= index_)
113 if (!is_full_ && index_ < width_threshold + 2)
vad_circular_buffer.h 30 bool is_full() const { return is_full_; }
62 bool is_full_; member in class:webrtc::VadCircularBuffer

Completed in 117 milliseconds