Home
last modified time | relevance | path

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

/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
DImageReaderSubPane.java577 long timestamp = img.getTimestamp(); in saveImage() local
578 File output = getOutputImageFile(img.getFormat(), timestamp); in saveImage()
616 long timestamp = img.getTimestamp(); in writeDngImage() local
619 timestamp); in writeDngImage()
622 TotalCaptureResult result = mCurrentCamera.getResultAt(timestamp); in writeDngImage()
625 timestamp); in writeDngImage()
726 File getOutputImageFile(int type, long timestamp){ in getOutputImageFile() argument
757 long timestampMs = (nowMs * NS_PER_MS - nowBootTimeNs + timestamp) / NS_PER_MS; in getOutputImageFile()
DCameraControlPane.java292 public TotalCaptureResult getResultAt(long timestamp) { in getResultAt() argument
295 if (resultTimestamp == timestamp) return result; in getResultAt()
296 if (resultTimestamp > timestamp) return null; in getResultAt()
317 CaptureRequest request, long timestamp, long frameNumber) {
/pdk/apps/TestingCamera/src/com/android/testingcamera/
DTestingCamera.java1527 long timestamp = SystemClock.elapsedRealtime(); in onPreviewFrame() local
1529 long frameDuration = timestamp - mLastCallbackTimestamp; in onPreviewFrame()
1534 mLastCallbackTimestamp = timestamp; in onPreviewFrame()
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/v1/
DTestingCamera2.java473 long timestamp, long frameNumber) {