Home
last modified time | relevance | path

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

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DCamera2ReprocessCaptureTest.java356 result.get(CaptureResult.SENSOR_TIMESTAMP)); in testReprocessMixedBurst()
415 result.get(CaptureResult.SENSOR_TIMESTAMP)); in testReprocessBurst()
476 result.get(CaptureResult.SENSOR_TIMESTAMP)); in testReprocess()
620 expectedTimestamps.add(result.get(CaptureResult.SENSOR_TIMESTAMP)); in testReprocessTimestamps()
640 long timestamp = reprocessResults[i].get(CaptureResult.SENSOR_TIMESTAMP); in testReprocessTimestamps()
996 finalResults[j].get(CaptureResult.SENSOR_TIMESTAMP) == in doMixedReprocessBurstCapture()
DCamera2RecordingTest.java999 long prevTS = getValueNotNull(prevResult, CaptureResult.SENSOR_TIMESTAMP);
1003 long currentTS = getValueNotNull(currentResult, CaptureResult.SENSOR_TIMESTAMP);
1008 long nextTS = getValueNotNull(nextResult, CaptureResult.SENSOR_TIMESTAMP);
/frameworks/base/core/java/android/hardware/camera2/legacy/
DLegacyResultMapper.java90 result.set(SENSOR_TIMESTAMP, timestamp); in cachedConvertResultMetadata()
DLegacyMetadataMapper.java878 CaptureResult.SENSOR_TIMESTAMP , in mapRequest()
/frameworks/base/core/java/android/hardware/camera2/
DDngCreator.java99 Long timestamp = metadata.get(CaptureResult.SENSOR_TIMESTAMP); in DngCreator()
DCaptureResult.java3171 public static final Key<Long> SENSOR_TIMESTAMP = field in CaptureResult
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DCameraTestUtils.java447 currentTs = result.get(CaptureResult.SENSOR_TIMESTAMP); in getCaptureResult()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt13033 …ld public static final android.hardware.camera2.CaptureResult.Key<java.lang.Long> SENSOR_TIMESTAMP;
/frameworks/base/api/
Dcurrent.txt14257 …ld public static final android.hardware.camera2.CaptureResult.Key<java.lang.Long> SENSOR_TIMESTAMP;
Dtest-current.txt14270 …ld public static final android.hardware.camera2.CaptureResult.Key<java.lang.Long> SENSOR_TIMESTAMP;
Dsystem-current.txt14704 …ld public static final android.hardware.camera2.CaptureResult.Key<java.lang.Long> SENSOR_TIMESTAMP;