Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraGPURecordingTest.java152 long desiredEnd = startWhen + DURATION_SEC * 1000000000L; in captureGpuEncoderPath() local
155 while (System.nanoTime() < desiredEnd) { in captureGpuEncoderPath()