Searched refs:mImagCoeffs (Results 1 – 2 of 2) sorted by relevance
78 mImagCoeffs(NULL), in AudioStreamInALSA()542 if (mImagCoeffs){ in close()544 if (mImagCoeffs[i]) { in close()545 free(mImagCoeffs[i]); in close()546 mImagCoeffs[i] = NULL; in close()549 free(mImagCoeffs); in close()550 mImagCoeffs = NULL; in close()662 mImagCoeffs = (Word16 **) calloc(COEFF_ARRAY_SIZE, sizeof(Word16 *)); in initSurroundSoundLibrary()663 if ( !mImagCoeffs ) { in initSurroundSoundLibrary()678 mImagCoeffs, // Coeffs hardcoded in header in initSurroundSoundLibrary()[all …]
432 int16_t **mImagCoeffs; variable