Searched refs:GetExpectedFrameRate (Results 1 – 8 of 8) 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 | 168 HWTEST_F(RSFrameRatePolicyTest, GetExpectedFrameRate, TestSize.Level1) 172 int32_t res = instance->GetExpectedFrameRate(unit, 1.f); 176 res = instance->GetExpectedFrameRate(unit, 1.f); 180 res = instance->GetExpectedFrameRate(unit, 1.f); 184 res = instance->GetExpectedFrameRate(unit, 1.f); 188 res = instance->GetExpectedFrameRate(unit, 1.f);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rsframeratepolicy_fuzzer/ |
H A D | rsframeratepolicy_fuzzer.cpp | 138 instance->GetExpectedFrameRate(unit, 1.f); in DoGetExpectedFrameRate001() 156 instance->GetExpectedFrameRate(unit, 1.f); in DoGetExpectedFrameRate002() 174 instance->GetExpectedFrameRate(unit, 1.f); in DoGetExpectedFrameRate003() 192 instance->GetExpectedFrameRate(unit, 1.f); in DoGetExpectedFrameRate004() 210 instance->GetExpectedFrameRate(unit, 1.f); in DoGetExpectedFrameRate005()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_frame_rate_policy.h | 40 int32_t GetExpectedFrameRate(const RSPropertyUnit unit, float velocity);
|
H A D | rs_frame_rate_policy.cpp | 111 int32_t RSFrameRatePolicy::GetExpectedFrameRate(const RSPropertyUnit unit, float velocity) in GetExpectedFrameRate() function in OHOS::Rosen::RSFrameRatePolicy
|
H A D | rs_ui_director.cpp | 301 return RSFrameRatePolicy::GetInstance()->GetExpectedFrameRate(unit, velocity); in FlushAnimation()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/ |
H A D | hgm_frame_rate_manager.h | 138 int32_t GetExpectedFrameRate(const RSPropertyUnit unit, float velocity) const;
|
H A D | hgm_frame_rate_manager.cpp | 657 int32_t HgmFrameRateManager::GetExpectedFrameRate(const RSPropertyUnit unit, float velocity) const in GetExpectedFrameRate() function in OHOS::Rosen::HgmFrameRateManager
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_main_thread.cpp | 2834 return frameRateMgr_->GetExpectedFrameRate(unit, velocity); in Animate()
|