Searched defs:mCompressor (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/media/libeffects/loudness/
H A DEffectLoudnessEnhancer.cpp63 le_fx::AdaptiveDynamicRangeCompression* mCompressor; member in struct:LoudnessEnhancerContext
74 if (pContext->mCompressor != NULL) {
77 pContext->mCompressor->Initialize(targetAmp, pContext->mConfig.inputCfg.samplingRate);
181 if (pContext->mCompressor == NULL) {
182 pContext->mCompressor = new le_fx::AdaptiveDynamicRangeCompression();
183 pContext->mCompressor->Initialize(targetAmp, pContext->mConfig.inputCfg.samplingRate);
215 pContext->mCompressor = NULL;
241 if (pContext->mCompressor != NULL) {
242 delete pContext->mCompressor;
243 pContext->mCompressor
[all...]

Completed in 28 milliseconds