Searched defs:timestamp (Results 1 - 2 of 2) sorted by relevance

/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
H A DImageReaderSubPane.java485 long timestamp = img.getTimestamp();
486 File output = getOutputImageFile(img.getFormat(), timestamp);
516 long timestamp = img.getTimestamp();
518 TLog.e("No camera availble for camera info, not saving DNG (timestamp %d)",
519 timestamp);
522 TotalCaptureResult result = mCurrentCamera.getResultAt(timestamp);
524 TLog.e("No result matching raw image found, not saving DNG (timestamp %d)",
525 timestamp);
590 File getOutputImageFile(int type, long timestamp){ argument
618 // Convert timestamp fro
[all...]
H A DCameraControlPane.java291 public TotalCaptureResult getResultAt(long timestamp) { argument
294 if (resultTimestamp == timestamp) return result;
295 if (resultTimestamp > timestamp) return null;

Completed in 105 milliseconds