Home
last modified time | relevance | path

Searched refs:mSurroundOutputBufferIdx (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/audio/legacy/alsa_sound/
DAudioStreamInALSA.cpp82 mSurroundOutputBufferIdx(0), in AudioStreamInALSA()
338 if (mSurroundOutputBufferIdx > 0) { in read()
341 mSurroundOutputBufferIdx); in read()
343 processed_pending = mSurroundOutputBufferIdx; in read()
350 if (mSurroundOutputBufferIdx > processed_pending) { in read()
354 (mSurroundOutputBufferIdx - processed_pending) * sizeof(Word16)); in read()
356 mSurroundOutputBufferIdx -= processed_pending; in read()
395 &mSurroundOutputBuffer[mSurroundOutputBufferIdx], in read()
407 fwrite( &mSurroundOutputBuffer[mSurroundOutputBufferIdx], in read()
411 mSurroundOutputBufferIdx += SSR_OUTPUT_FRAME_SIZE; in read()
[all …]
DAudioHardwareALSA.h439 int mSurroundOutputBufferIdx; variable