Home
last modified time | relevance | path

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

/hardware/qcom/audio/alsa_sound/
DAudioStreamInALSA.cpp80 mSurroundOutputBuffer(NULL), in AudioStreamInALSA()
344 memcpy(buffer, mSurroundOutputBuffer, processed_pending * sizeof(Word16)); in read()
349 memcpy(&mSurroundOutputBuffer[0], in read()
350 &mSurroundOutputBuffer[processed_pending], in read()
392 &mSurroundOutputBuffer[mSurroundOutputBufferIdx], in read()
404 fwrite( &mSurroundOutputBuffer[mSurroundOutputBufferIdx], in read()
552 if (mSurroundOutputBuffer){ in close()
553 free(mSurroundOutputBuffer); in close()
554 mSurroundOutputBuffer = NULL; in close()
648 mSurroundOutputBuffer = (Word16 *) calloc(2 * SSR_OUTPUT_FRAME_SIZE, in initSurroundSoundLibrary()
[all …]
DAudioHardwareALSA.h436 int16_t *mSurroundOutputBuffer; variable