Searched refs:mPostEqBandCount (Results 1 – 3 of 3) sorted by relevance
1244 private final int mPostEqBandCount; field in DynamicsProcessing.Config1279 mPostEqBandCount = postEqBandCount; in Config()1313 mPostEqBandCount = cfg.mPostEqBandCount; in Config()1354 mPostEqBandCount)); in toString()1424 return mPostEqBandCount; in getPostEqBandCount()1463 if (mPostEqBandCount != channel.getPostEq().getBandCount()) { in setChannelTo()1465 mPostEqBandCount + " to " + channel.getPostEq().getBandCount()); in setChannelTo()1633 private int mPostEqBandCount; field in DynamicsProcessing.Config.Builder1650 mPostEqBandCount = postEqBandCount; in Builder()1657 this.mPostEqInUse, this.mPostEqBandCount, in Builder()[all …]
234 mMbcInUse(false), mMbcBandCount(0), mPostEqInUse(false), mPostEqBandCount(0), in DPBase()248 mPostEqBandCount = postEqBandCount; in init()
329 return mPostEqBandCount; in getPostEqBandCount()353 uint32_t mPostEqBandCount; variable