Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp36 #define DRC_DEFAULT_MOBILE_DRC_CUT 127 /* maximum compression of dynamic range for mobile conf */ macro
181 DRC_DEFAULT_MOBILE_DRC_CUT); in initDecoder()
184 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_ATT_FACTOR, DRC_DEFAULT_MOBILE_DRC_CUT); in initDecoder()
/frameworks/av/media/libstagefright/codecs/xaacdec/
DSoftXAAC.cpp35 #define DRC_DEFAULT_MOBILE_DRC_CUT 127 macro
215 DRC_DEFAULT_MOBILE_DRC_CUT); in initDecoder()
217 ui_drc_val = DRC_DEFAULT_MOBILE_DRC_CUT; in initDecoder()
/frameworks/av/media/codec2/components/aac/
DC2SoftAacDec.cpp39 #define DRC_DEFAULT_MOBILE_DRC_CUT 1.0 /* maximum compression of dynamic range for mobile conf */ macro
170 … .withDefault(new C2StreamDrcAttenuationFactorTuning::input(0u, DRC_DEFAULT_MOBILE_DRC_CUT)) in IntfImpl()
/frameworks/av/media/codec2/components/xaac/
DC2SoftXaacDec.cpp34 #define DRC_DEFAULT_MOBILE_DRC_CUT 1.0 /* maximum compression of dynamic range for mobile conf */ macro
178 … .withDefault(new C2StreamDrcAttenuationFactorTuning::input(0u, DRC_DEFAULT_MOBILE_DRC_CUT)) in IntfImpl()
/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp33 #define DRC_DEFAULT_MOBILE_DRC_CUT 127 /* maximum compression of dynamic range for mobile conf */ macro
735 value = property_get_int32(PROP_DRC_OVERRIDE_CUT, DRC_DEFAULT_MOBILE_DRC_CUT); in initializeStandardParams()