Home
last modified time | relevance | path

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

/frameworks/ex/camera2/extensions/service_based_sample/extensions_service/src/com/android/oemextensions/
DImageCaptureExtenderImplStub.java87 Long shutterTimestamp = captureResult.get(CaptureResult.SENSOR_TIMESTAMP);
116 captureResult.get(CaptureResult.SENSOR_TIMESTAMP);
DSimpleSessionProcessorStub.java150 Long shutterTimestamp = result.get(CaptureResult.SENSOR_TIMESTAMP); in notifyOnCaptureCompleted()
/frameworks/ex/camera2/extensions/sample/src/java/androidx/camera/extensions/impl/
DBokehImageCaptureExtenderImpl.java158 result.second.get(CaptureResult.SENSOR_TIMESTAMP); in getCaptureProcessor()
186 result.second.get(CaptureResult.SENSOR_TIMESTAMP); in getCaptureProcessor()
281 result.second.get(CaptureResult.SENSOR_TIMESTAMP); in getCaptureProcessor()
DHdrPreviewExtenderImpl.java163 Long shutterTimestamp = result.get(CaptureResult.SENSOR_TIMESTAMP); in process()
DHdrImageCaptureExtenderImpl.java163 CaptureResult.SENSOR_TIMESTAMP); in getCaptureProcessor()
/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.java1009 long prevTS = getValueNotNull(prevResult, CaptureResult.SENSOR_TIMESTAMP);
1013 long currentTS = getValueNotNull(currentResult, CaptureResult.SENSOR_TIMESTAMP);
1018 long nextTS = getValueNotNull(nextResult, CaptureResult.SENSOR_TIMESTAMP);
/frameworks/ex/camera2/extensions/advancedSample/src/java/androidx/camera/extensions/impl/advanced/
DCaptureResultImageMatcher.java111 Long timestamp = captureResult.get(CaptureResult.SENSOR_TIMESTAMP); in getTimeStampFromCaptureResult()
DBaseAdvancedExtenderImpl.java546 Long shutterTimestamp = result.get(CaptureResult.SENSOR_TIMESTAMP); in addCaptureResultKeys()
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraOfflineSessionImpl.java372 result.get(CaptureResult.SENSOR_TIMESTAMP); in onResultReceived()
390 resultCopy.set(CaptureResult.SENSOR_TIMESTAMP, in onResultReceived()
DCameraExtensionJpegProcessor.java120 Long timeStamp = bundle.captureResult.get(CaptureResult.SENSOR_TIMESTAMP); in getJpegParameters()
DCameraExtensionSessionImpl.java1239 Long timestamp = result.get(CaptureResult.SENSOR_TIMESTAMP); in onCaptureCompleted()
1590 result.set(CaptureResult.SENSOR_TIMESTAMP, shutterTimestamp); in onCaptureCompleted()
1772 final Long timestamp = result.get(CaptureResult.SENSOR_TIMESTAMP); in onCaptureCompleted()
1933 Long timestamp = result.get(CaptureResult.SENSOR_TIMESTAMP); in discardPendingRepeatingResults()
DCameraDeviceImpl.java2365 result.get(CaptureResult.SENSOR_TIMESTAMP); in onResultReceived()
2381 resultCopy.set(CaptureResult.SENSOR_TIMESTAMP, in onResultReceived()
DCameraAdvancedExtensionSessionImpl.java932 result.set(CaptureResult.SENSOR_TIMESTAMP, timestamp); in onCaptureCompleted()
/frameworks/base/core/java/android/hardware/camera2/
DDngCreator.java116 Long timestamp = metadata.get(CaptureResult.SENSOR_TIMESTAMP); in DngCreator()
DCameraExtensionCharacteristics.java1583 if (!ret.contains(CaptureResult.SENSOR_TIMESTAMP)) { in getAvailableCaptureResultKeys()
1584 ret.add(CaptureResult.SENSOR_TIMESTAMP); in getAvailableCaptureResultKeys()
DCaptureResult.java4296 public static final Key<Long> SENSOR_TIMESTAMP = field in CaptureResult
/frameworks/ex/camera2/extensions/eyesFreeVidSample/src/android/camera/extensions/impl/service/
DEyesFreeVidSessionProcessor.java292 Long shutterTimestamp = result.get(CaptureResult.SENSOR_TIMESTAMP); in addCaptureResultKeys()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DCameraTestUtils.java452 currentTs = result.get(CaptureResult.SENSOR_TIMESTAMP); in getCaptureResult()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt13033 …ld public static final android.hardware.camera2.CaptureResult.Key<java.lang.Long> SENSOR_TIMESTAMP;
/frameworks/base/core/api/
Dcurrent.txt19876 …ll public static final android.hardware.camera2.CaptureResult.Key<java.lang.Long> SENSOR_TIMESTAMP;