Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/aac/
DC2SoftAacDec.cpp360 int32_t boostFactor = mIntf->getDrcBoostFactor(); in initDecoder() local
361 ALOGV("AAC decoder using desired DRC boost factor of %d", boostFactor); in initDecoder()
362 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_BOOST_FACTOR, (unsigned)boostFactor); in initDecoder()
702 int32_t boostFactor = mIntf->getDrcBoostFactor(); in process() local
703 ALOGV("AAC decoder using desired DRC boost factor of %d", boostFactor); in process()
704 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_BOOST_FACTOR, (unsigned)boostFactor); in process()
882 (C2FloatValue) (boostFactor/127.)); in process()
/frameworks/av/media/codec2/components/xaac/
DC2SoftXaacDec.cpp871 int32_t boostFactor = mIntf->getDrcBoostFactor(); in initXAACDrc() local
872 ALOGV("AAC decoder using desired DRC boost factor of %d", boostFactor); in initXAACDrc()
873 ui_drc_val = (unsigned int)boostFactor; in initXAACDrc()
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.cpp773 float boostFactor = (pContext->pBundledContext->BassStrengthSaved) / 1000.0; in LvmEffect_limitLevel() local
776 energyContribution += boostFactor * boostCoefficient * boostCoefficient; in LvmEffect_limitLevel()
782 float bandEnergy = boostFactor * bandFactor * bandCrossCoefficient; in LvmEffect_limitLevel()