Home
last modified time | relevance | path

Searched refs:DRC_DEFAULT_MOBILE_DRC_HEAVY (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp38 #define DRC_DEFAULT_MOBILE_DRC_HEAVY 1 /* switch for heavy compression for mobile conf */ macro
201 DRC_DEFAULT_MOBILE_DRC_HEAVY); in initDecoder()
204 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_HEAVY, DRC_DEFAULT_MOBILE_DRC_HEAVY); in initDecoder()
234 mDrcCompressMode = DRC_DEFAULT_MOBILE_DRC_HEAVY; in initDecoder()
/frameworks/av/media/libstagefright/codecs/xaacdec/
DSoftXAAC.cpp39 #define DRC_DEFAULT_MOBILE_DRC_HEAVY 1 macro
240 DRC_DEFAULT_MOBILE_DRC_HEAVY); in initDecoder()
242 ui_drc_val = DRC_DEFAULT_MOBILE_DRC_HEAVY; in initDecoder()
/frameworks/av/media/codec2/components/aac/
DC2SoftAacDec.cpp41 #define DRC_DEFAULT_MOBILE_DRC_HEAVY C2Config::DRC_COMPRESSION_HEAVY /* switch for heavy compress… macro
/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp36 #define DRC_DEFAULT_MOBILE_DRC_HEAVY 1 /* switch for heavy compression for mobile conf */ macro
808 value = property_get_int32(PROP_DRC_OVERRIDE_HEAVY, DRC_DEFAULT_MOBILE_DRC_HEAVY); in initializeStandardParams()
/frameworks/av/media/codec2/components/xaac/
DC2SoftXaacDec.cpp36 #define DRC_DEFAULT_MOBILE_DRC_HEAVY C2Config::DRC_COMPRESSION_HEAVY /* switch for heavy compress… macro