Searched refs:newBoostFactor (Results 1 – 2 of 2) sorted by relevance
160 int newBoostFactor = mDesBoostFactor; in update() local176 newBoostFactor = 0; in update()189 newBoostFactor = newAttFactor; in update()196 newBoostFactor = 127; in update()313 newBoostFactor=127; // not really needed as the same would be done by the decoder anyway in update()340 if (newBoostFactor != mLastBoostFactor) { in update()341 aacDecoder_SetParam(mHandleDecoder, AAC_DRC_BOOST_FACTOR, newBoostFactor); in update()342 mLastBoostFactor = newBoostFactor; in update()344 if (newBoostFactor != mDesBoostFactor) in update()346 newBoostFactor, mDesBoostFactor); in update()[all …]