Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DVsyncConfiguration.cpp136 mThresholdForNextVsync(thresholdForNextVsync), in PhaseOffsets()
165 mEarlySfOffsetNs.value_or(mSfVSyncPhaseOffsetNs) < mThresholdForNextVsync in getDefaultOffsets()
171 mEarlyGpuSfOffsetNs.value_or(mSfVSyncPhaseOffsetNs) < mThresholdForNextVsync in getDefaultOffsets()
176 const auto lateSfOffset = mSfVSyncPhaseOffsetNs < mThresholdForNextVsync in getDefaultOffsets()
203 mHighFpsEarlySfOffsetNs.value_or(mHighFpsSfVSyncPhaseOffsetNs) < mThresholdForNextVsync in getHighFpsOffsets()
208 mHighFpsSfVSyncPhaseOffsetNs) < mThresholdForNextVsync in getHighFpsOffsets()
213 const auto lateSfOffset = mHighFpsSfVSyncPhaseOffsetNs < mThresholdForNextVsync in getHighFpsOffsets()
H A DVsyncConfiguration.h137 const nsecs_t mThresholdForNextVsync; variable