Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraExtensionSessionTest.java741 long avgCaptureLatency = (long) Stat.getAverage(captureTimes); in testPostviewAndCapture() local
742 mReportLog.addValue("avg_capture_latency", avgCaptureLatency, in testPostviewAndCapture()
762 id, avgCaptureLatency, extension, captureFormat, in testPostviewAndCapture()
765 assertTrue(msg, latencyRange.contains(avgCaptureLatency)); in testPostviewAndCapture()
1001 long avgCaptureLatency = (long) Stat.getAverage(captureTimes); in test10bitRepeatingAndCaptureCombined() local
1002 mReportLog.addValue("avg_latency", avgCaptureLatency, in test10bitRepeatingAndCaptureCombined()
1022 id, avgCaptureLatency, extension, captureFormat, in test10bitRepeatingAndCaptureCombined()
1025 assertTrue(msg, latencyRange.contains(avgCaptureLatency)); in test10bitRepeatingAndCaptureCombined()
1188 long avgCaptureLatency = (long) Stat.getAverage(captureTimes); in testMultiFrameCapture() local
1189 mReportLog.addValue("avg_latency", avgCaptureLatency, in testMultiFrameCapture()
[all …]