Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/aacdec/
DDrcPresModeWrap.h23 DRC_PRES_MODE_WRAP_DESIRED_BOOST_FACTOR = 0x0002, enumerator
DDrcPresModeWrap.cpp135 case DRC_PRES_MODE_WRAP_DESIRED_BOOST_FACTOR: in setParam()
DSoftAAC2.cpp193 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_BOOST_FACTOR, boost); in initDecoder()
195 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_BOOST_FACTOR, DRC_DEFAULT_MOBILE_DRC_BOOST); in initDecoder()
509 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_BOOST_FACTOR, in internalSetParameter()
/frameworks/av/media/codec2/components/aac/
DDrcPresModeWrap.h23 DRC_PRES_MODE_WRAP_DESIRED_BOOST_FACTOR = 0x0002, enumerator
DDrcPresModeWrap.cpp135 case DRC_PRES_MODE_WRAP_DESIRED_BOOST_FACTOR: in setParam()
DC2SoftAacDec.cpp383 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_BOOST_FACTOR, (unsigned)boostFactor); in initDecoder()
725 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_BOOST_FACTOR, (unsigned)boostFactor); in process()