Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraExtensionSessionTest.java1529 CameraExtensionSession.StillCaptureLatency stillCaptureLatency = in testRepeatingAndCaptureCombined() local
1549 if (stillCaptureLatency != null) { in testRepeatingAndCaptureCombined()
1551 stillCaptureLatency.getCaptureLatency() > 0); in testRepeatingAndCaptureCombined()
1553 stillCaptureLatency.getProcessingLatency() >= 0); in testRepeatingAndCaptureCombined()
1554 long estimatedTotalLatency = stillCaptureLatency.getCaptureLatency() + in testRepeatingAndCaptureCombined()
1555 stillCaptureLatency.getProcessingLatency(); in testRepeatingAndCaptureCombined()
2870 CameraExtensionSession.StillCaptureLatency stillCaptureLatency = in testSessionStillCaptureLatency() local
2873 assertEquals(stillCaptureLatency.getCaptureLatency(), CAPTURE_LATENCY_MS); in testSessionStillCaptureLatency()
2874 assertEquals(stillCaptureLatency.getProcessingLatency(), PROCESSING_LATENCY_MS); in testSessionStillCaptureLatency()
2875 assertNotNull(stillCaptureLatency.toString()); in testSessionStillCaptureLatency()
[all …]