Searched refs:mPostEqBandCount (Results 1 - 3 of 3) sorted by path

/frameworks/av/media/libeffects/dynamicsproc/dsp/
H A DDPBase.cpp234 mMbcInUse(false), mMbcBandCount(0), mPostEqInUse(false), mPostEqBandCount(0),
248 mPostEqBandCount = postEqBandCount;
H A DDPBase.h329 return mPostEqBandCount;
353 uint32_t mPostEqBandCount; member in class:dp_fx::DPBase
/frameworks/base/media/java/android/media/audiofx/
H A DDynamicsProcessing.java1244 private final int mPostEqBandCount; field in class:DynamicsProcessing.Config
1279 mPostEqBandCount = postEqBandCount;
1313 mPostEqBandCount = cfg.mPostEqBandCount;
1354 mPostEqBandCount));
1424 return mPostEqBandCount;
1463 if (mPostEqBandCount != channel.getPostEq().getBandCount()) {
1465 mPostEqBandCount + " to " + channel.getPostEq().getBandCount());
1633 private int mPostEqBandCount; field in class:DynamicsProcessing.Config.Builder
1650 mPostEqBandCount
[all...]

Completed in 118 milliseconds