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.java398 double [] imageTimes = new double[formats.length]; in testSingleCaptureForFormat() local
402 imageTimes[j] = imageListeners[j].getTimeReceivedImage(); in testSingleCaptureForFormat()
405 captureTimes[i] = Stat.getAverage(imageTimes) - startTimeMs; in testSingleCaptureForFormat()