Searched refs:mDrcWrap (Results 1 – 2 of 2) sorted by relevance
315 mDrcWrap.setDecoderHandle(mAACDecoder); in initDecoder()316 mDrcWrap.submitStreamData(mStreamInfo); in initDecoder()324 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_TARGET, (unsigned)targetRefLevel); in initDecoder()330 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_ATT_FACTOR, (unsigned)attenuationFactor); in initDecoder()335 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_BOOST_FACTOR, (unsigned)boostFactor); in initDecoder()340 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_HEAVY, (unsigned)compressMode); in initDecoder()345 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_ENCODER_TARGET, (unsigned)encTargetLevel); in initDecoder()654 mDrcWrap.submitStreamData(mStreamInfo); in process()655 mDrcWrap.update(); in process()875 mDrcWrap.submitStreamData(mStreamInfo); in drainDecoder()[all …]
68 CDrcPresModeWrapper mDrcWrap; member