Searched refs:mSurroundOutputBuffer (Results 1 – 2 of 2) sorted by relevance
80 mSurroundOutputBuffer(NULL), in AudioStreamInALSA()347 memcpy(buffer, mSurroundOutputBuffer, processed_pending * sizeof(Word16)); in read()352 memcpy(&mSurroundOutputBuffer[0], in read()353 &mSurroundOutputBuffer[processed_pending], in read()395 &mSurroundOutputBuffer[mSurroundOutputBufferIdx], in read()407 fwrite( &mSurroundOutputBuffer[mSurroundOutputBufferIdx], in read()555 if (mSurroundOutputBuffer){ in close()556 free(mSurroundOutputBuffer); in close()557 mSurroundOutputBuffer = NULL; in close()655 mSurroundOutputBuffer = (Word16 *) calloc(2 * SSR_OUTPUT_FRAME_SIZE, in initSurroundSoundLibrary()[all …]
437 int16_t *mSurroundOutputBuffer; variable