Home
last modified time | relevance | path

Searched refs:boostFactor (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/codec2/components/aac/
DC2SoftAacDec.cpp320 int32_t boostFactor = mIntf->getDrcBoostFactor(); in initDecoder() local
321 ALOGV("AAC decoder using desired DRC boost factor of %d", boostFactor); in initDecoder()
322 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_BOOST_FACTOR, (unsigned)boostFactor); in initDecoder()
/frameworks/av/media/codec2/components/xaac/
DC2SoftXaacDec.cpp868 int32_t boostFactor = mIntf->getDrcBoostFactor(); in initXAACDrc() local
869 ALOGV("AAC decoder using desired DRC boost factor of %d", boostFactor); in initXAACDrc()
870 ui_drc_val = (unsigned int)boostFactor; in initXAACDrc()
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.cpp1029 float boostFactor = (pContext->pBundledContext->BassStrengthSaved)/1000.0; in LvmEffect_limitLevel() local
1032 energyContribution += boostFactor * boostCoefficient * boostCoefficient; in LvmEffect_limitLevel()
1038 float bandEnergy = boostFactor * bandFactor * in LvmEffect_limitLevel()