Searched refs:mCaptureTimeQueue (Results 1 – 1 of 1) sorted by relevance
97 private final LinkedBlockingQueue<Long> mCaptureTimeQueue = field in CameraSessionUtils.CaptureCallback122 return new Pair<>(mResultQueue.poll(), mCaptureTimeQueue.poll()); in getCapturedResult()128 mCaptureTimeQueue.offer(timestamp); in onCaptureStarted()