Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DCompositorTiming.cpp45 const nsecs_t extraVsyncs = (presentLatency - idealLatency + bias) / vsyncPeriod; in CompositorTiming() local
47 extraVsyncs > 0 ? idealLatency + extraVsyncs * vsyncPeriod : idealLatency; in CompositorTiming()