Home
last modified time | relevance | path

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

/hardware/google/av/media/codecs/aac/
DC2SoftAacDec.cpp169 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
/hardware/google/av/media/codecs/xaac/
DC2SoftXaacDec.cpp174 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