Searched refs:mRealCoeffs (Results 1 – 2 of 2) sorted by relevance
77 mRealCoeffs(NULL), in AudioStreamInALSA()535 if (mRealCoeffs){ in close()537 if (mRealCoeffs[i]) { in close()538 free(mRealCoeffs[i]); in close()539 mRealCoeffs[i] = NULL; in close()542 free(mRealCoeffs); in close()543 mRealCoeffs = NULL; in close()663 mRealCoeffs = (Word16 **) calloc(COEFF_ARRAY_SIZE, sizeof(Word16 *)); in initSurroundSoundLibrary()664 if ( !mRealCoeffs ) { in initSurroundSoundLibrary()684 mRealCoeffs, // Coeffs hardcoded in header in initSurroundSoundLibrary()[all …]
432 int16_t **mRealCoeffs; variable