Searched refs:RSAnimationRateDecider (Results 1 – 7 of 7) sorted by relevance
29 void RSAnimationRateDecider::SetScaleReferenceSize(float width, float height) in SetScaleReferenceSize()35 void RSAnimationRateDecider::Reset() in Reset()41 void RSAnimationRateDecider::AddDecisionElement(PropertyId id, const PropertyValue& velocity, Frame… in AddDecisionElement()64 void RSAnimationRateDecider::MakeDecision(const FrameRateGetFunc& func) in MakeDecision()93 const FrameRateRange& RSAnimationRateDecider::GetFrameRateRange() const in GetFrameRateRange()98 int32_t RSAnimationRateDecider::CalculatePreferredRate(const PropertyValue& property, const FrameRa… in CalculatePreferredRate()112 int32_t RSAnimationRateDecider::ProcessVector4f(const PropertyValue& property, const FrameRateGetFu… in ProcessVector4f()126 int32_t RSAnimationRateDecider::ProcessVector2f(const PropertyValue& property, const FrameRateGetFu… in ProcessVector2f()144 int32_t RSAnimationRateDecider::ProcessFloat(const PropertyValue& property, const FrameRateGetFunc&… in ProcessFloat()
45 RSAnimationRateDecider rsAnimationRateDecider;58 RSAnimationRateDecider rsAnimationRateDecider;72 RSAnimationRateDecider rsAnimationRateDecider;84 RSAnimationRateDecider rsAnimationRateDecider;119 auto rateDecider_ = std::make_shared<RSAnimationRateDecider>();150 RSAnimationRateDecider rsAnimationRateDecider;163 RSAnimationRateDecider rsAnimationRateDecider;197 RSAnimationRateDecider rsAnimationRateDecider;219 RSAnimationRateDecider rsAnimationRateDecider;243 RSAnimationRateDecider rsAnimationRateDecider;
29 class RSB_EXPORT RSAnimationRateDecider {31 RSAnimationRateDecider() = default;32 ~RSAnimationRateDecider() = default;
93 RSAnimationRateDecider rateDecider_;
67 RSAnimationRateDecider rateDecider_;
73 RSAnimationRateDecider rsAnimationRateDecider; in DoSomethingInterestingWithMyAPI()
161 friend class RSAnimationRateDecider; variable