Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioStreamInALSA.cpp77 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 …]
H A DAudioHardwareALSA.h432 int16_t **mRealCoeffs; variable