Searched refs:mDrcBoostFactor (Results 1 – 2 of 2) sorted by relevance
169 DefineParam(mDrcBoostFactor, C2_PARAMKEY_DRC_BOOST_FACTOR) in IntfImpl()171 .withFields({C2F(mDrcBoostFactor, value).inRange(0, 1.)}) in IntfImpl()172 .withSetter(Setter<decltype(*mDrcBoostFactor)>::StrictValueWithNoDeps) in IntfImpl()210 int32_t getDrcBoostFactor() const { return mDrcBoostFactor->value * 127. + 0.5; } in getDrcBoostFactor()228 std::shared_ptr<C2StreamDrcBoostFactorTuning::input> mDrcBoostFactor; member in android::C2SoftAacDec::IntfImpl
174 DefineParam(mDrcBoostFactor, C2_PARAMKEY_DRC_BOOST_FACTOR) in IntfImpl()176 .withFields({C2F(mDrcBoostFactor, value).inRange(0, 1.)}) in IntfImpl()177 .withSetter(Setter<decltype(*mDrcBoostFactor)>::StrictValueWithNoDeps) in IntfImpl()216 int32_t getDrcBoostFactor() const { return mDrcBoostFactor->value * 127. + 0.5; } in getDrcBoostFactor()234 std::shared_ptr<C2StreamDrcBoostFactorTuning::input> mDrcBoostFactor; member in android::C2SoftXaacDec::IntfImpl