Home
last modified time | relevance | path

Searched refs:getDrcEffectType (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/media/codec2/components/aac/
H A DC2SoftAacDec.cpp237 int32_t getDrcEffectType() const { return mDrcEffectType->value; } in getDrcEffectType() function in android::C2SoftAacDec::IntfImpl
373 int32_t effectType = mIntf->getDrcEffectType(); in initDecoder()
715 int32_t effectType = mIntf->getDrcEffectType(); in process()
/aosp12/frameworks/av/media/codec2/components/xaac/
H A DC2SoftXaacDec.cpp215 int32_t getDrcEffectType() const { return mDrcEffectType->value; } in getDrcEffectType() function in android::C2SoftXaacDec::IntfImpl
892 int32_t effectType = mIntf->getDrcEffectType(); in initXAACDrc()