Searched refs:mDrcEffectType (Results 1 – 4 of 4) sorted by relevance
95 int32_t mDrcEffectType; member
239 mDrcEffectType = DRC_DEFAULT_MOBILE_DRC_EFFECT; in initDecoder()381 aacPresParams->nDrcEffectType = mDrcEffectType; in internalGetParameter()498 mDrcEffectType = aacPresParams->nDrcEffectType; in internalSetParameter()
190 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
185 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