Searched refs:extraVsyncs (Results 1 – 1 of 1) sorted by relevance
45 const nsecs_t extraVsyncs = (presentLatency - idealLatency + bias) / vsyncPeriod; in CompositorTiming() local47 extraVsyncs > 0 ? idealLatency + extraVsyncs * vsyncPeriod : idealLatency; in CompositorTiming()