Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DPerformanceTest.java238 double[] captureTimes = new double[NUM_TEST_LOOPS]; in testSingleCapture() local
295 captureTimes[i] = imageListener.getTimeReceivedImage() - startTimeMs; in testSingleCapture()
310 mReportLog.addValues("camera_capture_latency", captureTimes, in testSingleCapture()