Home | History | Annotate | Download | only in src

Lines Matching defs:buffer_

768       buffer_[head_] = *sample;
784 *sample = buffer_[tail_];
798 TickSample buffer_[kBufferSize]; // Buffer storage.