Searched refs:stillCaptureLatency (Results 1 – 1 of 1) sorted by relevance
1529 CameraExtensionSession.StillCaptureLatency stillCaptureLatency = in testRepeatingAndCaptureCombined() local1549 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() local2873 assertEquals(stillCaptureLatency.getCaptureLatency(), CAPTURE_LATENCY_MS); in testSessionStillCaptureLatency()2874 assertEquals(stillCaptureLatency.getProcessingLatency(), PROCESSING_LATENCY_MS); in testSessionStillCaptureLatency()2875 assertNotNull(stillCaptureLatency.toString()); in testSessionStillCaptureLatency()[all …]