Searched refs:mRealCoeffs (Results 1 – 2 of 2) sorted by relevance
77 mRealCoeffs(NULL), in AudioStreamInALSA()535 if (mRealCoeffs){ in close()542 free(mRealCoeffs); in close()543 mRealCoeffs = NULL; in close()664 if ( !mRealCoeffs ) { in initSurroundSoundLibrary()737 if (mRealCoeffs){ in initSurroundSoundLibrary()739 if (mRealCoeffs[i]) { in initSurroundSoundLibrary()744 free(mRealCoeffs); in initSurroundSoundLibrary()745 mRealCoeffs = NULL; in initSurroundSoundLibrary()825 if (NULL != mRealCoeffs[0]) { in readCoeffsFromFile()[all …]
432 int16_t **mRealCoeffs; variable