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 D | rs_frame_rate_policy_test.cpp | 54 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 D | rs_frame_rate_policy.cpp | 91 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 D | rs_frame_rate_policy.h | 38 int32_t GetPreferredFps(const std::string& scene, float speed);
|
H A D | rs_node.cpp | 2491 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 D | rsframeratepolicy_fuzzer.cpp | 103 instance->GetPreferredFps(scene, speed); in DoGetPreferredFps()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/ |
H A D | hgm_frame_rate_manager.cpp | 661 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 D | hgm_frame_rate_manager.h | 185 int32_t GetPreferredFps(const std::string& type, float velocity) const;
|