Tag

refresh-rate

0 views collected around this technical thread.

Coolpad Technology Team
Coolpad Technology Team
Aug 5, 2022 · Mobile Development

Understanding Variable Refresh Rate on Android Devices and How to Control It

This article explains what variable refresh rate is on Android, how the platform determines the final refresh rate when multiple apps request different rates, and provides detailed SDK and NDK methods—including DisplayManager listeners, Surface.setFrameRate, and AChoreographer callbacks—to query and set refresh rates, as well as the underlying SurfaceFlinger vote and policy mechanisms that enforce these settings.

NDKSDKSurfaceFlinger
0 likes · 30 min read
Understanding Variable Refresh Rate on Android Devices and How to Control It
Tencent Cloud Developer
Tencent Cloud Developer
Sep 15, 2020 · Game Development

Frame Pacing in Mobile Gaming: Balancing FPS and Refresh Rates

The article examines mobile gaming frame pacing, explaining how synchronizing FPS with display refresh rates—through VSync, adaptive sync, and platform‑specific tools like Android’s Swappy, iOS’s CADisplayLink, and Unreal/Unity integrations—prevents tearing and ensures smooth performance despite hardware limits.

Android iOSFPS optimizationUnity
0 likes · 12 min read
Frame Pacing in Mobile Gaming: Balancing FPS and Refresh Rates