Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp46 #define PROP_DRC_OVERRIDE_CUT "aac_drc_cut" macro
180 if (property_get(PROP_DRC_OVERRIDE_CUT, value, NULL)) { in initDecoder()
/frameworks/av/media/libstagefright/codecs/xaacdec/
DSoftXAAC.cpp52 #define PROP_DRC_OVERRIDE_CUT "aac_drc_cut" macro
212 if (property_get(PROP_DRC_OVERRIDE_CUT, value, NULL)) { in initDecoder()
/frameworks/av/media/codec2/components/aac/
DC2SoftAacDec.cpp49 #define PROP_DRC_OVERRIDE_CUT "aac_drc_cut" macro
194 property_get_int32(PROP_DRC_OVERRIDE_CUT, DRC_DEFAULT_MOBILE_DRC_CUT) / 127.; in IntfImpl()
/frameworks/av/media/codec2/components/xaac/
DC2SoftXaacDec.cpp42 #define PROP_DRC_OVERRIDE_CUT "aac_drc_cut" macro
/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp50 #define PROP_DRC_OVERRIDE_CUT "aac_drc_cut" macro
828 value = property_get_int32(PROP_DRC_OVERRIDE_CUT, DRC_DEFAULT_MOBILE_DRC_CUT); in initializeStandardParams()