Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/aacdec/
DDrcPresModeWrap.h24 DRC_PRES_MODE_WRAP_DESIRED_HEAVY = 0x0003, enumerator
DDrcPresModeWrap.cpp138 case DRC_PRES_MODE_WRAP_DESIRED_HEAVY: in setParam()
DSoftAAC2.cpp202 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()
522 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_HEAVY, in internalSetParameter()
/frameworks/av/media/codec2/components/aac/
DDrcPresModeWrap.h24 DRC_PRES_MODE_WRAP_DESIRED_HEAVY = 0x0003, enumerator
DDrcPresModeWrap.cpp138 case DRC_PRES_MODE_WRAP_DESIRED_HEAVY: in setParam()
DC2SoftAacDec.cpp388 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_HEAVY, (unsigned)compressMode); in initDecoder()
730 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_HEAVY, (unsigned)compressMode); in process()