Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/imagedistributor/
DImageDistributorImpl.java69 private final BufferQueue<Long> mGlobalTimestampBufferQueue; field in ImageDistributorImpl
80 mGlobalTimestampBufferQueue = globalTimestampBufferQueue; in ImageDistributorImpl()
110 if (mGlobalTimestampBufferQueue.getNext() > timestamp) { in distributeImage()