Searched refs:RSValueEstimator (Results 1 – 5 of 5) sorted by relevance
25 Quaternion RSValueEstimator::Estimate(float fraction, in Estimate()32 std::shared_ptr<RSFilter> RSValueEstimator::Estimate( in Estimate()
39 class RSB_EXPORT RSValueEstimator {82 class RSB_EXPORT_TMP RSCurveValueEstimator : public RSValueEstimator {114 auto interpolationValue = RSValueEstimator::Estimate(fraction, startValue_, endValue_); in GetAnimationValue()164 class RSKeyframeValueEstimator : public RSValueEstimator {234 auto interpolationValue = RSValueEstimator::Estimate( in GetAnimationValue()266 auto interpolationValue = RSValueEstimator::Estimate( in GetDurationKeyframeAnimationValue()
81 std::shared_ptr<RSValueEstimator> valueEstimator_;
154 std::shared_ptr<RSValueEstimator> valueEstimator_;
105 … virtual std::shared_ptr<RSValueEstimator> CreateRSValueEstimator(const RSValueEstimatorType type) in CreateRSValueEstimator()164 friend class RSValueEstimator; variable289 … std::shared_ptr<RSValueEstimator> CreateRSValueEstimator(const RSValueEstimatorType type) override in CreateRSValueEstimator()