Searched refs:mDrcBoostFactor (Results 1 – 4 of 4) sorted by relevance
93 int32_t mDrcBoostFactor; member
237 mDrcBoostFactor = DRC_DEFAULT_MOBILE_DRC_BOOST; in initDecoder()383 aacPresParams->nDrcBoost = mDrcBoostFactor; in internalGetParameter()512 mDrcBoostFactor = aacPresParams->nDrcBoost; in internalSetParameter()
176 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
171 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