Home
last modified time | relevance | path

Searched refs:GetPreferredFps (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_frame_rate_policy_test.cpp54 instance->GetPreferredFps(scene, speed);
140 HWTEST_F(RSFrameRatePolicyTest, GetPreferredFps, TestSize.Level1)
145 int32_t res = instance->GetPreferredFps(scene, speed);
149 res = instance->GetPreferredFps(scene, speed);
153 res = instance->GetPreferredFps(scene, speed);
158 res = instance->GetPreferredFps(scene, speed);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_frame_rate_policy.cpp91 int32_t RSFrameRatePolicy::GetPreferredFps(const std::string& scene, float speed) in GetPreferredFps() function in OHOS::Rosen::RSFrameRatePolicy
115 return GetPreferredFps("translate", velocity); in GetExpectedFrameRate()
118 return GetPreferredFps("scale", velocity); in GetExpectedFrameRate()
120 return GetPreferredFps("rotation", velocity); in GetExpectedFrameRate()
H A Drs_frame_rate_policy.h38 int32_t GetPreferredFps(const std::string& scene, float speed);
H A Drs_node.cpp2491 auto preferredFps = RSFrameRatePolicy::GetInstance()->GetPreferredFps(scene, speed); in CalcExpectedFrameRate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rsframeratepolicy_fuzzer/
H A Drsframeratepolicy_fuzzer.cpp103 instance->GetPreferredFps(scene, speed); in DoGetPreferredFps()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
H A Dhgm_frame_rate_manager.cpp661 return GetPreferredFps("translate", PixelToMM(velocity)); in GetExpectedFrameRate()
664 return GetPreferredFps("scale", PixelToMM(velocity)); in GetExpectedFrameRate()
666 return GetPreferredFps("rotation", PixelToMM(velocity)); in GetExpectedFrameRate()
672 int32_t HgmFrameRateManager::GetPreferredFps(const std::string& type, float velocity) const in GetPreferredFps() function in OHOS::Rosen::HgmFrameRateManager
H A Dhgm_frame_rate_manager.h185 int32_t GetPreferredFps(const std::string& type, float velocity) const;