Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/imagedistributor/
DImageDistributorImpl.java138 Long requestedImageTimestamp = dispatchRecord.timestampBufferQueue.peekNext(); in distributeImage() local
139 while (requestedImageTimestamp != null && requestedImageTimestamp < timestamp) { in distributeImage()
153 requestedImageTimestamp, timestamp), new RuntimeException()); in distributeImage()
161 requestedImageTimestamp = dispatchRecord.timestampBufferQueue.peekNext(); in distributeImage()
163 if (requestedImageTimestamp == null) { in distributeImage()
166 if (requestedImageTimestamp == timestamp) { in distributeImage()