Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DVsyncConfiguration.cpp297 const auto appDurationFixup = [vsyncDuration](nsecs_t duration) { in constructOffsets() local
303 const auto appEarlyDuration = appDurationFixup(mAppEarlyDuration); in constructOffsets()
305 const auto appEarlyGpuDuration = appDurationFixup(mAppEarlyGpuDuration); in constructOffsets()
307 const auto appDuration = appDurationFixup(mAppDuration); in constructOffsets()