Searched refs:mCompressor (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libeffects/loudness/
H A DEffectLoudnessEnhancer.cpp59 le_fx::AdaptiveDynamicRangeCompression* mCompressor; member in struct:LoudnessEnhancerContext
70 if (pContext->mCompressor != NULL) {
73 pContext->mCompressor->Initialize(targetAmp, pContext->mConfig.inputCfg.samplingRate);
177 if (pContext->mCompressor == NULL) {
178 pContext->mCompressor = new le_fx::AdaptiveDynamicRangeCompression();
179 pContext->mCompressor->Initialize(targetAmp, pContext->mConfig.inputCfg.samplingRate);
212 pContext->mCompressor = NULL;
238 if (pContext->mCompressor != NULL) {
239 delete pContext->mCompressor;
240 pContext->mCompressor
[all...]

Completed in 62 milliseconds