Home
last modified time | relevance | path

Searched refs:DRC_PRES_MODE_WRAP_DESIRED_ATT_FACTOR (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacdec/
DDrcPresModeWrap.h22 DRC_PRES_MODE_WRAP_DESIRED_ATT_FACTOR = 0x0001, enumerator
DDrcPresModeWrap.cpp132 case DRC_PRES_MODE_WRAP_DESIRED_ATT_FACTOR: in setParam()
DSoftAAC2.cpp183 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_ATT_FACTOR, cut); in initDecoder()
185 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_ATT_FACTOR, DRC_DEFAULT_MOBILE_DRC_CUT); in initDecoder()
482 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_ATT_FACTOR, aacPresParams->nDrcCut); in internalSetParameter()
/frameworks/av/media/codec2/components/aac/
DDrcPresModeWrap.h22 DRC_PRES_MODE_WRAP_DESIRED_ATT_FACTOR = 0x0001, enumerator
DDrcPresModeWrap.cpp132 case DRC_PRES_MODE_WRAP_DESIRED_ATT_FACTOR: in setParam()
DC2SoftAacDec.cpp351 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_ATT_FACTOR, (unsigned)attenuationFactor); in initDecoder()
693 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_ATT_FACTOR, (unsigned)attenuationFactor); in process()