Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/aacdec/
DSoftAAC2.h93 int32_t mDrcBoostFactor; member
DSoftAAC2.cpp237 mDrcBoostFactor = DRC_DEFAULT_MOBILE_DRC_BOOST; in initDecoder()
383 aacPresParams->nDrcBoost = mDrcBoostFactor; in internalGetParameter()
512 mDrcBoostFactor = aacPresParams->nDrcBoost; in internalSetParameter()
/frameworks/av/media/codec2/components/aac/
DC2SoftAacDec.cpp176 DefineParam(mDrcBoostFactor, C2_PARAMKEY_DRC_BOOST_FACTOR) in IntfImpl()
178 .withFields({C2F(mDrcBoostFactor, value).inRange(0, 1.)}) in IntfImpl()
179 .withSetter(Setter<decltype(*mDrcBoostFactor)>::StrictValueWithNoDeps) in IntfImpl()
235 int32_t getDrcBoostFactor() const { return mDrcBoostFactor->value * 127. + 0.5; } in getDrcBoostFactor()
252 std::shared_ptr<C2StreamDrcBoostFactorTuning::input> mDrcBoostFactor; member in android::C2SoftAacDec::IntfImpl
/frameworks/av/media/codec2/components/xaac/
DC2SoftXaacDec.cpp171 DefineParam(mDrcBoostFactor, C2_PARAMKEY_DRC_BOOST_FACTOR) in IntfImpl()
173 .withFields({C2F(mDrcBoostFactor, value).inRange(0, 1.)}) in IntfImpl()
174 .withSetter(Setter<decltype(*mDrcBoostFactor)>::StrictValueWithNoDeps) in IntfImpl()
213 int32_t getDrcBoostFactor() const { return mDrcBoostFactor->value * 127. + 0.5; } in getDrcBoostFactor()
227 std::shared_ptr<C2StreamDrcBoostFactorTuning::input> mDrcBoostFactor; member in android::C2SoftXaacDec::IntfImpl