Home
last modified time | relevance | path

Searched refs:ProcessVector4f (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_animation_rate_decider_test.cpp195 HWTEST_F(RSAnimationRateDeciderTest, ProcessVector4f, TestSize.Level1)
203 int32_t res = rsAnimationRateDecider.ProcessVector4f(property, frameRateGetFunc);
208 res = rsAnimationRateDecider.ProcessVector4f(property, frameRateGetFunc);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_animation_rate_decider.cpp102 return ProcessVector4f(property, func); in CalculatePreferredRate()
112 int32_t RSAnimationRateDecider::ProcessVector4f(const PropertyValue& property, const FrameRateGetFu… in ProcessVector4f() function in OHOS::Rosen::RSAnimationRateDecider
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_animation_rate_decider.h45 int32_t ProcessVector4f(const PropertyValue& property, const FrameRateGetFunc& func);