Home
last modified time | relevance | path

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

/hardware/qcom/audio/legacy/alsa_sound/
DAudioStreamInALSA.cpp78 mImagCoeffs(NULL), in AudioStreamInALSA()
545 if (mImagCoeffs){ in close()
547 if (mImagCoeffs[i]) { in close()
548 free(mImagCoeffs[i]); in close()
549 mImagCoeffs[i] = NULL; in close()
552 free(mImagCoeffs); in close()
553 mImagCoeffs = NULL; in close()
669 mImagCoeffs = (Word16 **) calloc(COEFF_ARRAY_SIZE, sizeof(Word16 *)); in initSurroundSoundLibrary()
670 if ( !mImagCoeffs ) { in initSurroundSoundLibrary()
685 mImagCoeffs, // Coeffs hardcoded in header in initSurroundSoundLibrary()
[all …]
DAudioHardwareALSA.h433 int16_t **mImagCoeffs; variable