Home
last modified time | relevance | path

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

/hardware/google/av/media/codecs/aac/
DC2SoftAacDec.cpp38 #define DRC_DEFAULT_MOBILE_REF_LEVEL -16.0 /* 64*-0.25dB = -16 dB below full scale for mobile conf… macro
156 … .withDefault(new C2StreamDrcTargetReferenceLevelTuning::input(0u, DRC_DEFAULT_MOBILE_REF_LEVEL)) in IntfImpl()
/hardware/google/av/media/codecs/xaac/
DC2SoftXaacDec.cpp33 #define DRC_DEFAULT_MOBILE_REF_LEVEL -16.0 /* 64*-0.25dB = -16 dB below full scale for mobile con… macro
161 … .withDefault(new C2StreamDrcTargetReferenceLevelTuning::input(0u, DRC_DEFAULT_MOBILE_REF_LEVEL)) in IntfImpl()
/hardware/google/av/media/sfplugin/
DCCodecConfig.cpp32 #define DRC_DEFAULT_MOBILE_REF_LEVEL 64 /* 64*-0.25dB = -16 dB below full scale for mobile conf */ macro
714 … value = property_get_int32(PROP_DRC_OVERRIDE_REF_LEVEL, DRC_DEFAULT_MOBILE_REF_LEVEL); in initializeStandardParams()