Home | History | Annotate | Download | only in src

Lines Matching defs:buffer_

611       buffer_[head_] = *sample;
627 *sample = buffer_[tail_];
641 TickSample buffer_[kBufferSize]; // Buffer storage.