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.cpp201 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_HEAVY, heavy); in initDecoder()
203 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_HEAVY, DRC_DEFAULT_MOBILE_DRC_HEAVY); in initDecoder()
487 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.cpp361 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_HEAVY, (unsigned)compressMode); in initDecoder()
703 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_HEAVY, (unsigned)compressMode); in process()