Lines Matching refs:mSurroundInputBuffer
81 mSurroundInputBuffer(NULL), in AudioStreamInALSA()
370 n = pcm_read(mHandle->handle, &mSurroundInputBuffer[read], in read()
372 …ALOGV("pcm_read() returned n = %d buffer:%p size:%d", n, &mSurroundInputBuffer[read], period_bytes… in read()
389 fwrite( mSurroundInputBuffer, 1, in read()
396 (Word16 *)mSurroundInputBuffer); in read()
400 memcpy(&mSurroundInputBuffer[0], in read()
401 &mSurroundInputBuffer[SSR_INPUT_FRAME_SIZE], in read()
559 if (mSurroundInputBuffer) { in close()
560 free(mSurroundInputBuffer); in close()
561 mSurroundInputBuffer = NULL; in close()
647 mSurroundInputBuffer = (Word16 *) calloc(2 * SSR_INPUT_FRAME_SIZE, in initSurroundSoundLibrary()
649 if ( !mSurroundInputBuffer ) { in initSurroundSoundLibrary()
733 if (mSurroundInputBuffer) { in initSurroundSoundLibrary()
734 free(mSurroundInputBuffer); in initSurroundSoundLibrary()
735 mSurroundInputBuffer = NULL; in initSurroundSoundLibrary()