Home
last modified time | relevance | path

Searched refs:GetDecideFrameRateRange (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_animation_manager.h74 const FrameRateRange& GetDecideFrameRateRange() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/test/unittest/animation/
H A Drs_animation_manager_test.cpp381 auto result = animationManager.GetDecideFrameRateRange();
383 result = animationManager.GetDecideFrameRateRange();
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/
H A Drs_animation_manager_test.cpp203 frame = rsAnimationManager.GetDecideFrameRateRange();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_animation_manager.cpp205 const FrameRateRange& RSAnimationManager::GetDecideFrameRateRange() const in GetDecideFrameRateRange() function in OHOS::Rosen::RSAnimationManager
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp2827 rsCurrRange_.Merge(node->animationManager_.GetDecideFrameRateRange()); in Animate()
2846 rsCurrRange_.Merge(node->animationManager_.GetDecideFrameRateRange()); in Animate()