Searched refs:minVsyncs (Results 1 – 1 of 1) sorted by relevance
1473 int minVsyncs = (mMinExpectedDuration - vsyncEventData.frameInterval / 2) / in syncTimestampToDisplayLocked() local1475 if (minVsyncs < 0) minVsyncs = 0; in syncTimestampToDisplayLocked()1476 nsecs_t minInterval = minVsyncs * vsyncEventData.frameInterval; in syncTimestampToDisplayLocked()1518 if (minVsyncs > 0) { in syncTimestampToDisplayLocked()