Searched refs:mDrcWrap (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/libstagefright/codecs/aacdec/ |
D | SoftAAC2.cpp | 164 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 …]
|
D | SoftAAC2.h | 66 CDrcPresModeWrapper mDrcWrap; member
|
/frameworks/av/media/codec2/components/aac/ |
D | C2SoftAacDec.cpp | 342 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 …]
|
D | C2SoftAacDec.h | 69 CDrcPresModeWrapper mDrcWrap; member
|