Lines Matching refs:mCompressor
83 le_fx::AdaptiveDynamicRangeCompression* mCompressor; member
94 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()
313 pContext->mCompressor->Compress(&leftSample, &rightSample); in LE_process()
319 pContext->mCompressor->Compress(&leftSample, &rightSample); in LE_process()