Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/aacdec/
DDrcPresModeWrap.h21 DRC_PRES_MODE_WRAP_DESIRED_TARGET = 0x0000, enumerator
DDrcPresModeWrap.cpp129 case DRC_PRES_MODE_WRAP_DESIRED_TARGET: in setParam()
DSoftAAC2.cpp174 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_TARGET, refLevel); in initDecoder()
176 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_TARGET, DRC_DEFAULT_MOBILE_REF_LEVEL); in initDecoder()
493 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_TARGET, in internalSetParameter()
/frameworks/av/media/codec2/components/aac/
DDrcPresModeWrap.h21 DRC_PRES_MODE_WRAP_DESIRED_TARGET = 0x0000, enumerator
DDrcPresModeWrap.cpp129 case DRC_PRES_MODE_WRAP_DESIRED_TARGET: in setParam()
DC2SoftAacDec.cpp345 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_TARGET, (unsigned)targetRefLevel); in initDecoder()
688 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_TARGET, (unsigned)targetRefLevel); in process()