Home
last modified time | relevance | path

Searched refs:mDrcEffectType (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.h95 int32_t mDrcEffectType; member
DSoftAAC2.cpp239 mDrcEffectType = DRC_DEFAULT_MOBILE_DRC_EFFECT; in initDecoder()
381 aacPresParams->nDrcEffectType = mDrcEffectType; in internalGetParameter()
498 mDrcEffectType = aacPresParams->nDrcEffectType; in internalSetParameter()
/frameworks/av/media/codec2/components/aac/
DC2SoftAacDec.cpp190 DefineParam(mDrcEffectType, C2_PARAMKEY_DRC_EFFECT_TYPE) in IntfImpl()
193 C2F(mDrcEffectType, value).oneOf({ in IntfImpl()
204 .withSetter(Setter<decltype(*mDrcEffectType)>::StrictValueWithNoDeps) in IntfImpl()
237 int32_t getDrcEffectType() const { return mDrcEffectType->value; } in getDrcEffectType()
254 std::shared_ptr<C2StreamDrcEffectTypeTuning::input> mDrcEffectType; member in android::C2SoftAacDec::IntfImpl
/frameworks/av/media/codec2/components/xaac/
DC2SoftXaacDec.cpp185 DefineParam(mDrcEffectType, C2_PARAMKEY_DRC_EFFECT_TYPE) in IntfImpl()
188 C2F(mDrcEffectType, value).oneOf({ in IntfImpl()
199 .withSetter(Setter<decltype(*mDrcEffectType)>::StrictValueWithNoDeps) in IntfImpl()
215 int32_t getDrcEffectType() const { return mDrcEffectType->value; } in getDrcEffectType()
229 std::shared_ptr<C2StreamDrcEffectTypeTuning::input> mDrcEffectType; member in android::C2SoftXaacDec::IntfImpl