Searched refs:boostFactor (Results 1 – 3 of 3) sorted by relevance
320 int32_t boostFactor = mIntf->getDrcBoostFactor(); in initDecoder() local321 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()
868 int32_t boostFactor = mIntf->getDrcBoostFactor(); in initXAACDrc() local869 ALOGV("AAC decoder using desired DRC boost factor of %d", boostFactor); in initXAACDrc()870 ui_drc_val = (unsigned int)boostFactor; in initXAACDrc()
1029 float boostFactor = (pContext->pBundledContext->BassStrengthSaved)/1000.0; in LvmEffect_limitLevel() local1032 energyContribution += boostFactor * boostCoefficient * boostCoefficient; in LvmEffect_limitLevel()1038 float bandEnergy = boostFactor * bandFactor * in LvmEffect_limitLevel()