Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DPerformanceTest.java465 double [] imageTimes = new double[formats.length]; in testSingleCaptureForFormat() local
469 imageTimes[j] = imageListeners[j].getTimeReceivedImage(); in testSingleCaptureForFormat()
472 captureTimes[i] = Stat.getAverage(imageTimes) - startTimeMs; in testSingleCaptureForFormat()