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

/frameworks/av/media/libeffects/dynamicsproc/dsp/
H A DDPBase.cpp178 mPreEqInUse(false), mMbcInUse(false), mPostEqInUse(false), mLimiterInUse(false) {
186 mMbcInUse = mbcInUse;
191 mMbc.init(mMbcInUse, false, mbcBandCount);
234 mMbcInUse(false), mMbcBandCount(0), mPostEqInUse(false), mPostEqBandCount(0),
245 mMbcInUse = mbcInUse;
H A DDPBase.h302 bool mMbcInUse; member in class:dp_fx::DPChannel
335 return mMbcInUse;
350 bool mMbcInUse; member in class:dp_fx::DPBase
H A DDPFrequency.h88 bool mMbcInUse; member in class:dp_fx::ChannelBuffer
H A DDPFrequency.cpp91 mMbcInUse = pChannel->getMbc()->isInUse();
298 if (cb.mMbcInUse) {
503 if (cb.mMbcInUse && cb.mMbcEnabled) {
/frameworks/base/media/java/android/media/audiofx/
H A DDynamicsProcessing.java1241 private final boolean mMbcInUse; field in class:DynamicsProcessing.Config
1276 mMbcInUse = mbcInUse;
1310 mMbcInUse = cfg.mMbcInUse;
1352 sb.append(String.format("Mbc inUse: %b, bandCount: %d\n",mMbcInUse, mMbcBandCount));
1403 return mMbcInUse;
1630 private boolean mMbcInUse; field in class:DynamicsProcessing.Config.Builder
1647 mMbcInUse = mbcInUse;
1656 this.mMbcInUse, this.mMbcBandCount,
1764 mMbcInUse, mMbcBandCoun
[all...]

Completed in 69 milliseconds