Searched refs:newBoostFactor (Results 1 – 1 of 1) sorted by relevance
161 int newBoostFactor = mDesBoostFactor; in update() local177 newBoostFactor = 0; in update()190 newBoostFactor = newAttFactor; in update()197 newBoostFactor = 127; in update()314 newBoostFactor=127; // not really needed as the same would be done by the decoder anyway in update()341 if (newBoostFactor != mLastBoostFactor) { in update()342 aacDecoder_SetParam(mHandleDecoder, AAC_DRC_BOOST_FACTOR, newBoostFactor); in update()343 mLastBoostFactor = newBoostFactor; in update()345 if (newBoostFactor != mDesBoostFactor) in update()347 newBoostFactor, mDesBoostFactor); in update()[all …]