Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp1695 int64_t extraVsyncs = in setCompositorTimingSnapped() local
1697 nsecs_t snappedCompositeToPresentLatency = (extraVsyncs > 0) ? in setCompositorTimingSnapped()
1698 idealLatency + (extraVsyncs * vsyncInterval) : idealLatency; in setCompositorTimingSnapped()