/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
|
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/ |
H A D | RefreshRateConfigs.cpp | 50 const auto refreshRate = Fps::fromPeriodNsecs(mode->getVsyncPeriod()); in constructKnownFrameRates() local 138 const RefreshRate& refreshRate, in calculateLayerScoreLocked() 217 const RefreshRate* refreshRate; member 358 for (const auto refreshRate : mAppRequestRefreshRates) { in getBestRefreshRateLocked() local 613 const auto& refreshRate = timerExpired ? min : current; in onKernelTimerChanged() local 621 for (auto refreshRate : mPrimaryRefreshRates) { in getMinRefreshRateByPolicyLocked() local 640 const auto& refreshRate = (**it); in getMaxRefreshRateByPolicyLocked() local 760 const RefreshRate& refreshRate = *iter->second; in isPolicyValidLocked() local 816 for (const RefreshRate* refreshRate : mAppRequestRefreshRates) { in isModeAllowed() local
|
H A D | LayerInfo.cpp | 196 const auto refreshRate = Fps::fromPeriodNsecs(*averageFrameTime); in calculateRefreshRateIfPossible() local 249 auto refreshRate = calculateRefreshRateIfPossible(refreshRateConfigs, now); in getRefreshRateVote() local 282 bool LayerInfo::RefreshRateHistory::add(Fps refreshRate, nsecs_t now) { in add()
|
/aosp12/frameworks/base/services/core/java/com/android/server/display/ |
H A D | DisplayAdapter.java | 122 public static Display.Mode createMode(int width, int height, float refreshRate) { in createMode() 126 public static Display.Mode createMode(int width, int height, float refreshRate, in createMode()
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_hardware_display_DisplayManagerGlobal.cpp | 34 jfloat refreshRate) { in android_hardware_display_DisplayManagerGlobal_signalNativeCallbacks()
|
/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
|
/aosp12/frameworks/native/libs/ui/include/ui/ |
H A D | DisplayMode.h | 38 float refreshRate = 0; member
|
/aosp12/frameworks/native/libs/ui/include_vndk/ui/ |
H A D | DisplayMode.h | 38 float refreshRate = 0; member
|
/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/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()
|
/aosp12/system/extras/tests/framebuffer/ |
H A D | refresh.c | 72 int refreshRate = denominator ? (1000000000000000LLU / denominator) : 0; in main() 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
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ |
H A D | ScreenMediaRecorder.java | 129 int refreshRate = (int) wm.getDefaultDisplay().getRefreshRate(); in prepare() local 190 private int[] getSupportedSize(final int screenWidth, final int screenHeight, int refreshRate) in getSupportedSize()
|
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/ |
H A D | abstract_display_test.cpp | 120 uint32_t refreshRate = 1; variable
|
/aosp12/frameworks/base/libs/hwui/ |
H A D | DeviceInfo.h | 49 static void setRefreshRate(float refreshRate) { in setRefreshRate()
|
/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
|