Home
last modified time | relevance | path

Searched refs:mRealCoeffs (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/audio/alsa_sound/
DAudioStreamInALSA.cpp77 mRealCoeffs(NULL), in AudioStreamInALSA()
532 if (mRealCoeffs){ in close()
534 if (mRealCoeffs[i]) { in close()
535 free(mRealCoeffs[i]); in close()
536 mRealCoeffs[i] = NULL; in close()
539 free(mRealCoeffs); in close()
540 mRealCoeffs = NULL; in close()
656 mRealCoeffs = (Word16 **) calloc(COEFF_ARRAY_SIZE, sizeof(Word16 *)); in initSurroundSoundLibrary()
657 if ( !mRealCoeffs ) { in initSurroundSoundLibrary()
677 mRealCoeffs, // Coeffs hardcoded in header in initSurroundSoundLibrary()
[all …]
DAudioHardwareALSA.h431 int16_t **mRealCoeffs; variable