Searched refs:read_pending (Results 1 – 1 of 1) sorted by relevance
326 int read_pending = bytes; in read() local367 read_pending = SSR_INPUT_FRAME_SIZE - mSurroundInputBufferIdx; in read()369 while (mHandle->handle && read_pending > 0) { in read()382 read_pending -= period_samples; in read()399 if (read_pending < 0) { in read()402 (-read_pending) * sizeof(Word16)); in read()404 mSurroundInputBufferIdx = -read_pending; in read()421 if (read_pending < period_size) { in read()422 read_pending = period_size; in read()457 read_pending -= period_size; in read()