Home
last modified time | relevance | path

Searched refs:mbcInUse (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libeffects/dynamicsproc/dsp/
DDPBase.cpp182 bool mbcInUse, uint32_t mbcBandCount, bool postEqInUse, uint32_t postEqBandCount, in init() argument
186 mMbcInUse = mbcInUse; in init()
239 bool mbcInUse, uint32_t mbcBandCount, bool postEqInUse, uint32_t postEqBandCount, in init() argument
245 mMbcInUse = mbcInUse; in init()
252 mChannel[ch].init(0, preEqInUse, preEqBandCount, mbcInUse, mbcBandCount, 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/av/media/libaudiohal/impl/effectsAidlConversion/
DAidlConversionDynamicsProcessing.cpp172 int32_t mbcInUse = in getParameter() local
182 RETURN_STATUS_IF_ERROR(param.writeToValue(&mbcInUse)); in getParameter()
290 int32_t variant, preEqInUse, mbcInUse, postEqInUse, limiterInUse; in readEngineArchitectureFromParam() local
295 RETURN_IF_ERROR(param.readFromValue(&mbcInUse)); in readEngineArchitectureFromParam()
304 engine.mbcStage.inUse = VALUE_OR_RETURN(convertIntegral<bool>(mbcInUse)); in readEngineArchitectureFromParam()
/frameworks/base/media/java/android/media/audiofx/
DDynamicsProcessing.java1053 boolean mbcInUse, int mbcBandCount, in Channel() argument
1058 mMbc = new Mbc(mbcInUse, MBC_DEFAULT_ENABLED, mbcBandCount); in Channel()
1267 boolean mbcInUse, int mbcBandCount, in Config() argument
1276 mMbcInUse = mbcInUse; in Config()
1640 boolean mbcInUse, int mbcBandCount, in Builder() argument
1647 mMbcInUse = mbcInUse; in Builder()
1893 boolean preEqInUse, int preEqBandCount, boolean mbcInUse, int mbcBandCount, in setEngineArchitecture() argument
1901 (mbcInUse ? 1 : 0), in setEngineArchitecture()
/frameworks/av/media/libeffects/dynamicsproc/
DEffectDynamicsProcessing.cpp980 const int32_t mbcInUse = values[4].i; in DP_setParameter() local
986 "bands %d, limiterinuse %d", variant, preEqInUse, preEqBandCount, mbcInUse, in DP_setParameter()
1001 mbcInUse != 0, (uint32_t)mbcBandCount, in DP_setParameter()