Home
last modified time | relevance | path

Searched refs:realtimeRefreshRate (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/dfx/
H A Drs_dirty_rects_dfx.cpp162 … uint32_t realtimeRefreshRate = RSRealtimeRefreshRateManager::Instance().GetRealtimeRefreshRate(); in DrawCurrentRefreshRate() local
163 if (realtimeRefreshRate > currentRefreshRate) { in DrawCurrentRefreshRate()
164 realtimeRefreshRate = currentRefreshRate; in DrawCurrentRefreshRate()
167 … std::string info = std::to_string(currentRefreshRate) + " " + std::to_string(realtimeRefreshRate); in DrawCurrentRefreshRate()