Searched refs:mPostEq (Results 1 – 3 of 3) sorted by relevance
1032 private Eq mPostEq; field in DynamicsProcessing.Channel1059 mPostEq = new Eq(postEqInUse, POSTEQ_DEFAULT_ENABLED, in Channel()1075 mPostEq = new Eq(cfg.mPostEq); in Channel()1088 sb.append(mPostEq.toString()); in toString()1185 return mPostEq; in getPostEq()1193 if (postEq.getBandCount() != mPostEq.getBandCount()) { in setPostEq()1195 mPostEq.getBandCount() + " to " + postEq.getBandCount()); in setPostEq()1197 mPostEq = new Eq(postEq); in setPostEq()1205 return mPostEq.getBand(band); in getPostEqBand()1213 mPostEq.setBand(band, postEqBand); in setPostEqBand()
192 mPostEq.init(mPostEqInUse, false, postEqBandCount); in init()215 return &mPostEq; in getPostEq()
298 DPEq mPostEq; variable