Lines Matching refs:mDrcWrap
363 mDrcWrap.setDecoderHandle(mAACDecoder); in initDecoder()
364 mDrcWrap.submitStreamData(mStreamInfo); in initDecoder()
372 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_TARGET, (unsigned)targetRefLevel); in initDecoder()
378 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_ATT_FACTOR, (unsigned)attenuationFactor); in initDecoder()
383 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_BOOST_FACTOR, (unsigned)boostFactor); in initDecoder()
388 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_HEAVY, (unsigned)compressMode); in initDecoder()
393 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_ENCODER_TARGET, (unsigned)encTargetLevel); in initDecoder()
709 mDrcWrap.submitStreamData(mStreamInfo); in process()
715 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_TARGET, (unsigned)targetRefLevel); in process()
720 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_ATT_FACTOR, (unsigned)attenuationFactor); in process()
725 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_BOOST_FACTOR, (unsigned)boostFactor); in process()
730 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_HEAVY, (unsigned)compressMode); in process()
735 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_ENCODER_TARGET, (unsigned)encTargetLevel); in process()
752 mDrcWrap.update(); in process()
1063 mDrcWrap.submitStreamData(mStreamInfo); in drainDecoder()
1064 mDrcWrap.update(); in drainDecoder()