Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraExtensionSessionTest.java624 double[] postviewCaptureTimes = new double[IMAGE_COUNT]; in testPostviewAndCapture() local
668 postviewCaptureTimes[i] = in testPostviewAndCapture()
738 long avgPostviewLatency = (long) Stat.getAverage(postviewCaptureTimes); in testPostviewAndCapture()