Home | History | Annotate | Download | only in src

Lines Matching full:circular

132 static audioinSample    gSamplesBufferCircularFifo[SAMPLES_BUFFER_SIZE]; /* circular buffer that buffers the incoming samples */
134 static int gWriteIndexPointer = 0; /* write pointer in the circular FIFO samples buffer */
135 static int gReadIndexPointer = 0; /* read pointer in the circular FIFO samples buffer */
339 * samples from the codec and store them in a big circular *
1287 /* adapt circular buffer */