Searched refs:postEqBandCount (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/libeffects/dynamicsproc/dsp/ |
D | DPBase.cpp | 182 bool mbcInUse, uint32_t mbcBandCount, bool postEqInUse, uint32_t postEqBandCount, in init() argument 192 mPostEq.init(mPostEqInUse, false, postEqBandCount); in init() 239 bool mbcInUse, uint32_t mbcBandCount, bool postEqInUse, uint32_t postEqBandCount, in init() argument 248 mPostEqBandCount = postEqBandCount; in init() 253 postEqInUse, postEqBandCount, limiterInUse); in init()
|
D | DPBase.h | 262 bool mbcInUse, uint32_t mbcBandCount, bool postEqInUse, uint32_t postEqBandCount, 313 bool mbcInUse, uint32_t mbcBandCount, bool postEqInUse, uint32_t postEqBandCount,
|
/frameworks/base/media/java/android/media/audiofx/ |
D | DynamicsProcessing.java | 1054 boolean postEqInUse, int postEqBandCount, in Channel() argument 1060 postEqBandCount); in Channel() 1268 boolean postEqInUse, int postEqBandCount, in Config() argument 1279 mPostEqBandCount = postEqBandCount; in Config() 1641 boolean postEqInUse, int postEqBandCount, in Builder() argument 1650 mPostEqBandCount = postEqBandCount; in Builder() 1894 boolean postEqInUse, int postEqBandCount, boolean limiterInUse) { in setEngineArchitecture() argument 1904 postEqBandCount, in setEngineArchitecture()
|
/frameworks/av/media/libeffects/dynamicsproc/ |
D | EffectDynamicsProcessing.cpp | 983 const int32_t postEqBandCount = values[7].i; in DP_setParameter() local 987 mbcBandCount, postEqInUse, postEqBandCount, limiterInUse); in DP_setParameter() 1002 postEqInUse != 0, (uint32_t)postEqBandCount, in DP_setParameter()
|