Searched refs:newBoostFactor (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacdec/
H A DDrcPresModeWrap.cpp161 int newBoostFactor = mDesBoostFactor; local
177 newBoostFactor = 0;
190 newBoostFactor = newAttFactor;
197 newBoostFactor = 127;
314 newBoostFactor=127; // not really needed as the same would be done by the decoder anyway
341 if (newBoostFactor != mLastBoostFactor) {
342 aacDecoder_SetParam(mHandleDecoder, AAC_DRC_BOOST_FACTOR, newBoostFactor);
343 mLastBoostFactor = newBoostFactor;
345 if (newBoostFactor != mDesBoostFactor)
347 newBoostFactor, mDesBoostFacto
[all...]

Completed in 307 milliseconds