Lines Matching refs:mSurroundOutputBuffer
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()
657 if ( !mSurroundOutputBuffer ) { in initSurroundSoundLibrary()
729 if (mSurroundOutputBuffer) { in initSurroundSoundLibrary()
730 free(mSurroundOutputBuffer); in initSurroundSoundLibrary()
731 mSurroundOutputBuffer = NULL; in initSurroundSoundLibrary()