Searched refs:boostFactor (Results 1 – 3 of 3) sorted by relevance
360 int32_t boostFactor = mIntf->getDrcBoostFactor(); in initDecoder() local361 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() local703 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()
871 int32_t boostFactor = mIntf->getDrcBoostFactor(); in initXAACDrc() local872 ALOGV("AAC decoder using desired DRC boost factor of %d", boostFactor); in initXAACDrc()873 ui_drc_val = (unsigned int)boostFactor; in initXAACDrc()
773 float boostFactor = (pContext->pBundledContext->BassStrengthSaved) / 1000.0; in LvmEffect_limitLevel() local776 energyContribution += boostFactor * boostCoefficient * boostCoefficient; in LvmEffect_limitLevel()782 float bandEnergy = boostFactor * bandFactor * bandCrossCoefficient; in LvmEffect_limitLevel()