Home
last modified time | relevance | path

Searched defs:mbcInUse (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libeffects/dynamicsproc/dsp/
DDPBase.cpp182 bool mbcInUse, uint32_t mbcBandCount, bool postEqInUse, uint32_t postEqBandCount, in init()
239 bool mbcInUse, uint32_t mbcBandCount, bool postEqInUse, uint32_t postEqBandCount, in init()
/frameworks/base/media/java/android/media/audiofx/
DDynamicsProcessing.java1053 boolean mbcInUse, int mbcBandCount, in Channel()
1267 boolean mbcInUse, int mbcBandCount, in Config()
1640 boolean mbcInUse, int mbcBandCount, in Builder()
1893 boolean preEqInUse, int preEqBandCount, boolean mbcInUse, int mbcBandCount, in setEngineArchitecture()
/frameworks/av/media/libeffects/dynamicsproc/
DEffectDynamicsProcessing.cpp980 const int32_t mbcInUse = values[4].i; in DP_setParameter() local