Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DCaptureResultTest.java331 Image prevImage = prevListener.getImage(CAPTURE_IMAGE_TIMEOUT_MS); in testResultTimestamps() local
333 prevImage, result.second); in testResultTimestamps()
334 prevImage.close(); in testResultTimestamps()
341 prevImage = prevListener.getImage(CAPTURE_IMAGE_TIMEOUT_MS); in testResultTimestamps()
344 prevImage, result2.second); in testResultTimestamps()
347 prevImage.close(); in testResultTimestamps()
364 prevImage = prevListener.getImage(CAPTURE_IMAGE_TIMEOUT_MS); in testResultTimestamps()
366 prevImage, result3.second); in testResultTimestamps()
367 prevImage.close(); in testResultTimestamps()
368 prevImage = prevListener.getImage(CAPTURE_IMAGE_TIMEOUT_MS); in testResultTimestamps()
[all …]