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.cpp175 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_TARGET, refLevel); in initDecoder()
177 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_TARGET, DRC_DEFAULT_MOBILE_REF_LEVEL); in initDecoder()
529 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.cpp351 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_TARGET, (unsigned)targetRefLevel); in initDecoder()
694 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_TARGET, (unsigned)targetRefLevel); in process()