Searched refs:mPostEqInUse (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/libeffects/dynamicsproc/dsp/ |
D | DPBase.cpp | 178 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()
|
D | DPBase.h | 303 bool mPostEqInUse; variable 338 return mPostEqInUse; in isPostEqInUse() 352 bool mPostEqInUse; variable
|
D | DPFrequency.h | 92 bool mPostEqInUse; variable
|
D | DPFrequency.cpp | 84 mPostEqInUse = pChannel->getPostEq()->isInUse(); in initBuffers() 250 if (cb.mPostEqInUse) { in updateParameters() 579 if (cb.mPostEqInUse && cb.mPostEqEnabled) { in processFirstStages()
|
/frameworks/base/media/java/android/media/audiofx/ |
D | DynamicsProcessing.java | 1243 private final boolean mPostEqInUse; field in DynamicsProcessing.Config 1278 mPostEqInUse = postEqInUse; in Config() 1312 mPostEqInUse = cfg.mPostEqInUse; in Config() 1353 sb.append(String.format("PostEq inUse: %b, bandCount: %d\n", mPostEqInUse, in toString() 1417 return mPostEqInUse; in isPostEqInUse() 1632 private boolean mPostEqInUse; field in DynamicsProcessing.Config.Builder 1649 mPostEqInUse = postEqInUse; in Builder() 1657 this.mPostEqInUse, this.mPostEqBandCount, in Builder() 1765 mPostEqInUse, mPostEqBandCount, in build()
|