Searched refs:timestamp (Results 1 – 4 of 4) sorted by relevance
577 long timestamp = img.getTimestamp(); in saveImage() local578 File output = getOutputImageFile(img.getFormat(), timestamp); in saveImage()616 long timestamp = img.getTimestamp(); in writeDngImage() local619 timestamp); in writeDngImage()622 TotalCaptureResult result = mCurrentCamera.getResultAt(timestamp); in writeDngImage()625 timestamp); in writeDngImage()726 File getOutputImageFile(int type, long timestamp){ in getOutputImageFile() argument757 long timestampMs = (nowMs * NS_PER_MS - nowBootTimeNs + timestamp) / NS_PER_MS; in getOutputImageFile()
292 public TotalCaptureResult getResultAt(long timestamp) { in getResultAt() argument295 if (resultTimestamp == timestamp) return result; in getResultAt()296 if (resultTimestamp > timestamp) return null; in getResultAt()317 CaptureRequest request, long timestamp, long frameNumber) {
1527 long timestamp = SystemClock.elapsedRealtime(); in onPreviewFrame() local1529 long frameDuration = timestamp - mLastCallbackTimestamp; in onPreviewFrame()1534 mLastCallbackTimestamp = timestamp; in onPreviewFrame()
473 long timestamp, long frameNumber) {