Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_sampler.cpp158 bool shouldDisableScreenVsync = modeUpdated_ && (error_ < ERROR_THRESHOLD / 2); in AddSample() local
160 if (shouldDisableScreenVsync) { in AddSample()
166 return !shouldDisableScreenVsync; in AddSample()