Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputStream.cpp1473 int minVsyncs = (mMinExpectedDuration - vsyncEventData.frameInterval / 2) / in syncTimestampToDisplayLocked() local
1475 if (minVsyncs < 0) minVsyncs = 0; in syncTimestampToDisplayLocked()
1476 nsecs_t minInterval = minVsyncs * vsyncEventData.frameInterval; in syncTimestampToDisplayLocked()
1518 if (minVsyncs > 0) { in syncTimestampToDisplayLocked()