Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp35 #define DRC_DEFAULT_MOBILE_REF_LEVEL 64 /* 64*-0.25dB = -16 dB below full scale for mobile conf */ macro
174 DRC_DEFAULT_MOBILE_REF_LEVEL); in initDecoder()
177 mDrcWrap.setParam(DRC_PRES_MODE_WRAP_DESIRED_TARGET, DRC_DEFAULT_MOBILE_REF_LEVEL); in initDecoder()
235 mDrcTargetRefLevel = DRC_DEFAULT_MOBILE_REF_LEVEL; in initDecoder()
/frameworks/av/media/libstagefright/codecs/xaacdec/
DSoftXAAC.cpp33 #define DRC_DEFAULT_MOBILE_REF_LEVEL 64 macro
193 ui_drc_val, DRC_DEFAULT_MOBILE_REF_LEVEL); in initDecoder()
195 ui_drc_val = DRC_DEFAULT_MOBILE_REF_LEVEL; in initDecoder()
/frameworks/av/media/codec2/components/aac/
DC2SoftAacDec.cpp38 #define DRC_DEFAULT_MOBILE_REF_LEVEL -16.0 /* 64*-0.25dB = -16 dB below full scale for mobile conf… macro
163 … .withDefault(new C2StreamDrcTargetReferenceLevelTuning::input(0u, DRC_DEFAULT_MOBILE_REF_LEVEL)) in IntfImpl()
/frameworks/av/media/codec2/components/xaac/
DC2SoftXaacDec.cpp33 #define DRC_DEFAULT_MOBILE_REF_LEVEL -16.0 /* 64*-0.25dB = -16 dB below full scale for mobile con… macro
158 … .withDefault(new C2StreamDrcTargetReferenceLevelTuning::input(0u, DRC_DEFAULT_MOBILE_REF_LEVEL)) in IntfImpl()
/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp33 #define DRC_DEFAULT_MOBILE_REF_LEVEL 64 /* 64*-0.25dB = -16 dB below full scale for mobile conf */ macro
753 … value = property_get_int32(PROP_DRC_OVERRIDE_REF_LEVEL, DRC_DEFAULT_MOBILE_REF_LEVEL); in initializeStandardParams()