Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/hardware/camera2/
H A DDngCreator.java98 int timestampSource = characteristics.get( in DngCreator() local
101 if (timestampSource == CameraCharacteristics.SENSOR_INFO_TIMESTAMP_SOURCE_REALTIME) { in DngCreator()
105 } else if (timestampSource == CameraCharacteristics.SENSOR_INFO_TIMESTAMP_SOURCE_UNKNOWN) { in DngCreator()
111 Log.w(TAG, "Sensor timestamp source is unexpected: " + timestampSource); in DngCreator()