Home
last modified time | relevance | path

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 Drs_frame_rate_policy_test.cpp168 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 Drsframeratepolicy_fuzzer.cpp138 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 Drs_frame_rate_policy.h40 int32_t GetExpectedFrameRate(const RSPropertyUnit unit, float velocity);
H A Drs_frame_rate_policy.cpp111 int32_t RSFrameRatePolicy::GetExpectedFrameRate(const RSPropertyUnit unit, float velocity) in GetExpectedFrameRate() function in OHOS::Rosen::RSFrameRatePolicy
H A Drs_ui_director.cpp301 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 Dhgm_frame_rate_manager.h138 int32_t GetExpectedFrameRate(const RSPropertyUnit unit, float velocity) const;
H A Dhgm_frame_rate_manager.cpp657 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 Drs_main_thread.cpp2834 return frameRateMgr_->GetExpectedFrameRate(unit, velocity); in Animate()