Home
last modified time | relevance | path

Searched refs:mPostEqInUse (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libeffects/dynamicsproc/dsp/
DDPBase.cpp178 mPreEqInUse(false), mMbcInUse(false), mPostEqInUse(false), mLimiterInUse(false) { in DPChannel()
187 mPostEqInUse = postEqInUse; in init()
192 mPostEq.init(mPostEqInUse, false, postEqBandCount); in init()
234 mMbcInUse(false), mMbcBandCount(0), mPostEqInUse(false), mPostEqBandCount(0), in DPBase()
247 mPostEqInUse = postEqInUse; in init()
DDPBase.h303 bool mPostEqInUse; variable
338 return mPostEqInUse; in isPostEqInUse()
352 bool mPostEqInUse; variable
DDPFrequency.h92 bool mPostEqInUse; variable
DDPFrequency.cpp84 mPostEqInUse = pChannel->getPostEq()->isInUse(); in initBuffers()
250 if (cb.mPostEqInUse) { in updateParameters()
579 if (cb.mPostEqInUse && cb.mPostEqEnabled) { in processFirstStages()