Home
last modified time | relevance | path

Searched refs:mDrcWrap (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp164 mDrcWrap.setDecoderHandle(mAACDecoder); in initDecoder()
165 mDrcWrap.submitStreamData(mStreamInfo); in initDecoder()
175 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_TARGET, refLevel); in initDecoder()
177 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_TARGET, DRC_DEFAULT_MOBILE_REF_LEVEL); in initDecoder()
184 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_ATT_FACTOR, cut); in initDecoder()
186 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_ATT_FACTOR, DRC_DEFAULT_MOBILE_DRC_CUT); in initDecoder()
193 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_BOOST_FACTOR, boost); in initDecoder()
195 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_BOOST_FACTOR, DRC_DEFAULT_MOBILE_DRC_BOOST); in initDecoder()
202 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_HEAVY, heavy); in initDecoder()
204 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_HEAVY, DRC_DEFAULT_MOBILE_DRC_HEAVY); in initDecoder()
[all …]
DSoftAAC2.h66 CDrcPresModeWrapper mDrcWrap; member
/frameworks/av/media/codec2/components/aac/
DC2SoftAacDec.cpp342 mDrcWrap.setDecoderHandle(mAACDecoder); in initDecoder()
343 mDrcWrap.submitStreamData(mStreamInfo); in initDecoder()
351 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_TARGET, (unsigned)targetRefLevel); in initDecoder()
357 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_ATT_FACTOR, (unsigned)attenuationFactor); in initDecoder()
362 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_BOOST_FACTOR, (unsigned)boostFactor); in initDecoder()
367 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_HEAVY, (unsigned)compressMode); in initDecoder()
372 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_ENCODER_TARGET, (unsigned)encTargetLevel); in initDecoder()
688 mDrcWrap.submitStreamData(mStreamInfo); in process()
694 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_TARGET, (unsigned)targetRefLevel); in process()
699 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_ATT_FACTOR, (unsigned)attenuationFactor); in process()
[all …]
DC2SoftAacDec.h69 CDrcPresModeWrapper mDrcWrap; member