Searched refs:mSurroundInputBuffer (Results 1 – 2 of 2) sorted by relevance
81 mSurroundInputBuffer(NULL), in AudioStreamInALSA()389 fwrite( mSurroundInputBuffer, 1, in read()396 (Word16 *)mSurroundInputBuffer); in read()400 memcpy(&mSurroundInputBuffer[0], in read()559 if (mSurroundInputBuffer) { in close()560 free(mSurroundInputBuffer); in close()561 mSurroundInputBuffer = NULL; in close()649 if ( !mSurroundInputBuffer ) { in initSurroundSoundLibrary()733 if (mSurroundInputBuffer) { in initSurroundSoundLibrary()734 free(mSurroundInputBuffer); in initSurroundSoundLibrary()[all …]
436 int16_t *mSurroundInputBuffer; variable