/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/unittest/ |
H A D | vsync_generator_test.cpp | 72 void VSyncGeneratorTestCallback::OnVSyncEvent(int64_t now, int64_t period, uint32_t refreshRate, VS… in OnVSyncEvent() 262 int64_t refreshRate = 120; // 120hz variable 283 int64_t refreshRate = 120; // 120hz variable 304 int64_t refreshRate = 120; // 120hz variable 325 int64_t refreshRate = 120; // 120hz variable 347 int64_t refreshRate = 120; // 120hz variable 369 int64_t refreshRate = 120; // 120hz variable 391 int64_t refreshRate = 120; // 120hz variable 413 int64_t refreshRate = 120; // 120hz variable
|
H A D | vsync_controller_test.cpp | 51 void VSyncControllerCallback::OnVSyncEvent(int64_t now, int64_t period, uint32_t refreshRate, VSync… in OnVSyncEvent()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_display_render_node_test.cpp | 72 uint32_t refreshRate = 0; variable 86 uint32_t refreshRate = 60; // 60hz variable 100 uint32_t refreshRate = 60; // 60hz variable 114 uint32_t refreshRate = 60; // 60hz variable 129 uint32_t refreshRate = 60; // 60hz variable 145 uint32_t refreshRate = 60; // 60hz variable 161 uint32_t refreshRate = 60; // 60hz variable 177 uint32_t refreshRate = 60; // 60hz variable 193 uint32_t refreshRate = 60; // 60hz variable 209 uint32_t refreshRate = 60; // 60hz variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/ |
H A D | rs_display_render_node_drawable_test.cpp | 717 uint32_t refreshRate = 0; variable 730 uint32_t refreshRate = 60; // 60hz variable 743 uint32_t refreshRate = 60; // 60hz variable 756 uint32_t refreshRate = 60; // 60hz variable 770 uint32_t refreshRate = 60; // 60hz variable 785 uint32_t refreshRate = 60; // 60hz variable 800 uint32_t refreshRate = 60; // 60hz variable 815 uint32_t refreshRate = 60; // 60hz variable 828 uint32_t refreshRate = 60; // 60hz variable 841 uint32_t refreshRate = 60; // 60hz variable [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/screen_manager/ |
H A D | rs_screen_mode_info.cpp | 20 RSScreenModeInfo::RSScreenModeInfo(int32_t width, int32_t height, uint32_t refreshRate, int32_t id) in RSScreenModeInfo() 49 uint32_t refreshRate; in Unmarshalling() local 90 void RSScreenModeInfo::SetScreenRefreshRate(uint32_t refreshRate) in SetScreenRefreshRate()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/display_sync/ |
H A D | ui_display_sync_manager.cpp | 126 int32_t refreshRate = FindMatchedRefreshRate(rate); in SetVsyncPeriod() local 189 std::set<int32_t> UIDisplaySyncManager::FindRefreshRateFactors(int32_t refreshRate) in FindRefreshRateFactors() 217 for (const auto& refreshRate : REFRESH_RATE_LIST) { in FindAllRefreshRateFactors() local
|
H A D | ui_display_sync.cpp | 255 std::vector<int32_t> UIDisplaySync::FindRefreshRateFactors(int32_t refreshRate) in FindRefreshRateFactors()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/ipc_callbacks/ |
H A D | hgm_config_change_callback_stub.cpp | 49 int32_t refreshRate = data.ReadInt32(); in OnRemoteRequest() local
|
H A D | hgm_config_change_callback_proxy.cpp | 69 void RSHgmConfigChangeCallbackProxy::OnHgmRefreshRateUpdate(int32_t refreshRate) in OnHgmRefreshRateUpdate()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_realtime_refresh_rate_manager.cpp | 71 auto refreshRate = hgmCore.GetScreenCurrentRefreshRate(screenId); in SetShowRefreshRateEnabled() local
|
H A D | rs_render_service_visitor.cpp | 145 uint32_t refreshRate = modeInfo.GetScreenRefreshRate(); in ProcessDisplayRenderNode() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/hgmconfigchangecallbackproxy_fuzzer/ |
H A D | hgmconfigchangecallbackproxy_fuzzer.cpp | 68 int32_t refreshRate = GetData<int32_t>(); in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | _native_display_manager___display_info.md | 188 ### refreshRate subsection
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | _native_display_manager___display_info.md | 188 ### refreshRate subsection
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/ |
H A D | vsync_distributor.cpp | 587 void VSyncDistributor::OnDVSyncTrigger(int64_t now, int64_t period, uint32_t refreshRate, VSyncMode… in OnDVSyncTrigger() 629 void VSyncDistributor::OnVSyncTrigger(int64_t now, int64_t period, uint32_t refreshRate, VSyncMode … in OnVSyncTrigger() 701 void VSyncDistributor::OnVSyncEvent(int64_t now, int64_t period, uint32_t refreshRate, VSyncMode vs… in OnVSyncEvent() 720 …d VSyncDistributor::SendConnectionsToVSyncWindow(int64_t now, int64_t period, uint32_t refreshRate, in SendConnectionsToVSyncWindow() 768 for (auto refreshRate : refreshRates) { in OnConnsRefreshRateChanged() local 1139 uint32_t refreshRate = connRefreshRate.second; in ChangeConnsRateLocked() local 1236 void VSyncDistributor::RecordVsyncModeChange(uint32_t refreshRate, int64_t period) in RecordVsyncModeChange()
|
H A D | vsync_controller.cpp | 91 void VSyncController::OnVSyncEvent(int64_t now, int64_t period, uint32_t refreshRate, VSyncMode vsy… in OnVSyncEvent()
|
H A D | vsync_generator.cpp | 89 int refreshRate; in CalculateRefreshRate() member 475 uint32_t refreshRate = JudgeRefreshRateLocked(period); in UpdatePeriodLocked() local 587 int32_t refreshRate = actualRefreshRate; in JudgeRefreshRateLocked() local 686 for (auto refreshRate : listenerRefreshRates.refreshRates) { in UpdateChangeRefreshRatesLocked() local
|
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | abstract_display_test.cpp | 120 uint32_t refreshRate = 1; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsdisplayrendernode_fuzzer/ |
H A D | rsdisplayrendernode_fuzzer.cpp | 72 uint32_t refreshRate = GetData<uint32_t>(); in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/config/ |
H A D | hgm_config_callback_manager.cpp | 161 void HgmConfigCallbackManager::SyncRefreshRateUpdateCallback(int32_t refreshRate) in SyncRefreshRateUpdateCallback()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_ui_display_soloist.cpp | 213 std::vector<int32_t> RSDisplaySoloist::FindRefreshRateFactors(int32_t refreshRate) in FindRefreshRateFactors() 231 for (const auto& refreshRate : REFRESH_RATE_LIST) { in FindAllRefreshRateFactors() local
|
/ohos5.0/foundation/window/window_manager/dmserver/src/ |
H A D | abstract_display.cpp | 168 void AbstractDisplay::SetRefreshRate(uint32_t refreshRate) in SetRefreshRate()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsscreenmodeinfo_fuzzer/ |
H A D | rsscreenmodeinfo_fuzzer.cpp | 205 uint32_t refreshRate = GetData<uint32_t>(); in DoSetScreenRefreshRate() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/ |
H A D | vsync_distributor.h | 154 uint32_t refreshRate; member
|
/ohos5.0/foundation/window/window_manager/test/systemtest/dms/ |
H A D | screen_manager_test.cpp | 1305 uint32_t refreshRate = 0; variable 1346 uint32_t refreshRate = 31; variable 1383 uint32_t refreshRate = 120; variable
|