Home
last modified time | relevance | path

Searched refs:postEqBandCount (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libeffects/dynamicsproc/dsp/
DDPBase.cpp182 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()
DDPBase.h262 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/
DDynamicsProcessing.java1054 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/
DEffectDynamicsProcessing.cpp983 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()