Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.cpp41 #define DRC_DEFAULT_MOBILE_OUTPUT_LOUDNESS -1 /* decoder output loudness; -1 => the value is unknow… macro
241 mDrcOutputLoudness = DRC_DEFAULT_MOBILE_OUTPUT_LOUDNESS; in initDecoder()
545 if (aacPresParams ->nDrcOutputLoudness != DRC_DEFAULT_MOBILE_OUTPUT_LOUDNESS) { in internalSetParameter()
/frameworks/av/media/codec2/components/aac/
DC2SoftAacDec.cpp44 #define DRC_DEFAULT_MOBILE_OUTPUT_LOUDNESS (0.25) /* decoder output loudness; -1 => the value is un… macro
235 … .withDefault(new C2StreamDrcOutputLoudnessTuning::output(0u, DRC_DEFAULT_MOBILE_OUTPUT_LOUDNESS)) in IntfImpl()
/frameworks/av/media/codec2/sfplugin/
DCCodecConfig.cpp46 #define DRC_DEFAULT_MOBILE_OUTPUT_LOUDNESS -1 /* decoder output loudness; -1 => the value is unknow… macro
941 value = DRC_DEFAULT_MOBILE_OUTPUT_LOUDNESS; in initializeStandardParams()