Home
last modified time | relevance | path

Searched defs:refreshRate (Results 1 – 25 of 110) sorted by relevance

12345

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/unittest/
H A Dvsync_generator_test.cpp72 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 Dvsync_controller_test.cpp51 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 Drs_display_render_node_test.cpp72 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 Drs_display_render_node_drawable_test.cpp717 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 Drs_screen_mode_info.cpp20 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 Dui_display_sync_manager.cpp126 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 DRefreshRateConfigs.cpp50 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 DLayerInfo.cpp196 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 DDisplayAdapter.java122 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 Dandroid_hardware_display_DisplayManagerGlobal.cpp34 jfloat refreshRate) { in android_hardware_display_DisplayManagerGlobal_signalNativeCallbacks()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/ipc_callbacks/
H A Dhgm_config_change_callback_stub.cpp49 int32_t refreshRate = data.ReadInt32(); in OnRemoteRequest() local
H A Dhgm_config_change_callback_proxy.cpp69 void RSHgmConfigChangeCallbackProxy::OnHgmRefreshRateUpdate(int32_t refreshRate) in OnHgmRefreshRateUpdate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_realtime_refresh_rate_manager.cpp71 auto refreshRate = hgmCore.GetScreenCurrentRefreshRate(screenId); in SetShowRefreshRateEnabled() local
/aosp12/frameworks/native/libs/ui/include/ui/
H A DDisplayMode.h38 float refreshRate = 0; member
/aosp12/frameworks/native/libs/ui/include_vndk/ui/
H A DDisplayMode.h38 float refreshRate = 0; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/hgmconfigchangecallbackproxy_fuzzer/
H A Dhgmconfigchangecallbackproxy_fuzzer.cpp68 int32_t refreshRate = GetData<int32_t>(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_distributor.cpp587 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 Dvsync_controller.cpp91 void VSyncController::OnVSyncEvent(int64_t now, int64_t period, uint32_t refreshRate, VSyncMode vsy… in OnVSyncEvent()
/aosp12/system/extras/tests/framebuffer/
H A Drefresh.c72 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.md188 ### refreshRate subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A D_native_display_manager___display_info.md188 ### refreshRate subsection
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DScreenMediaRecorder.java129 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 Dabstract_display_test.cpp120 uint32_t refreshRate = 1; variable
/aosp12/frameworks/base/libs/hwui/
H A DDeviceInfo.h49 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 Drsdisplayrendernode_fuzzer.cpp72 uint32_t refreshRate = GetData<uint32_t>(); in DoSomethingInterestingWithMyAPI() local

12345