Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/camera2/
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()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp300 camera_metadata_entry timestampSource = in initializeCommonLocked() local
302 if (timestampSource.count > 0 && timestampSource.data.u8[0] == in initializeCommonLocked()