Searched refs:mCompressor (Results 1 – 1 of 1) sorted by relevance
83 le_fx::AdaptiveDynamicRangeCompression* mCompressor; member94 if (pContext->mCompressor != NULL) { in LE_reset()97 pContext->mCompressor->Initialize(targetAmp, pContext->mConfig.inputCfg.samplingRate); in LE_reset()194 if (pContext->mCompressor == NULL) { in LE_init()195 pContext->mCompressor = new le_fx::AdaptiveDynamicRangeCompression(); in LE_init()196 pContext->mCompressor->Initialize(targetAmp, pContext->mConfig.inputCfg.samplingRate); in LE_init()228 pContext->mCompressor = NULL; in LELib_Create()254 if (pContext->mCompressor != NULL) { in LELib_Release()255 delete pContext->mCompressor; in LELib_Release()256 pContext->mCompressor = NULL; in LELib_Release()[all …]