Searched refs:timestampSource (Results 1 – 2 of 2) sorted by relevance
98 int timestampSource = characteristics.get( in DngCreator() local101 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()
300 camera_metadata_entry timestampSource = in initializeCommonLocked() local302 if (timestampSource.count > 0 && timestampSource.data.u8[0] == in initializeCommonLocked()