Home
last modified time | relevance | path

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

/hardware/qcom/audio/legacy/alsa_sound/
DAudioStreamInALSA.cpp83 mSurroundInputBufferIdx(0) in AudioStreamInALSA()
367 read_pending = SSR_INPUT_FRAME_SIZE - mSurroundInputBufferIdx; in read()
368 read = mSurroundInputBufferIdx; in read()
404 mSurroundInputBufferIdx = -read_pending; in read()
638 mSurroundInputBufferIdx = 0; in initSurroundSoundLibrary()
DAudioHardwareALSA.h438 int mSurroundInputBufferIdx; variable