Home
last modified time | relevance | path

Searched refs:PROP_DRC_OVERRIDE_EFFECT (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp50 #define PROP_DRC_OVERRIDE_EFFECT "ro.aac_drc_effect_type" macro
217 property_get_int32(PROP_DRC_OVERRIDE_EFFECT, DRC_DEFAULT_MOBILE_DRC_EFFECT); in initDecoder()
/aosp12/frameworks/av/media/codec2/components/aac/
H A DC2SoftAacDec.cpp53 #define PROP_DRC_OVERRIDE_EFFECT "ro.aac_drc_effect_type" macro
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodecConfig.cpp47 #define PROP_DRC_OVERRIDE_EFFECT "ro.aac_drc_effect_type" macro
838 value = property_get_int32(PROP_DRC_OVERRIDE_EFFECT, DRC_DEFAULT_MOBILE_DRC_EFFECT); in initializeStandardParams()