Searched refs:extraVsyncs (Results 1 – 1 of 1) sorted by relevance
1995 int64_t extraVsyncs = (compositeToPresentLatency - idealLatency + bias) / stats.vsyncPeriod; in setCompositorTimingSnapped() local1997 (extraVsyncs > 0) ? idealLatency + (extraVsyncs * stats.vsyncPeriod) : idealLatency; in setCompositorTimingSnapped()