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.java320 Image prevImage = prevListener.getImage(CAPTURE_IMAGE_TIMEOUT_MS); in testResultTimestamps() local
322 prevImage, result.second); in testResultTimestamps()
323 prevImage.close(); in testResultTimestamps()
330 prevImage = prevListener.getImage(CAPTURE_IMAGE_TIMEOUT_MS); in testResultTimestamps()
333 prevImage, result2.second); in testResultTimestamps()
336 prevImage.close(); in testResultTimestamps()
353 prevImage = prevListener.getImage(CAPTURE_IMAGE_TIMEOUT_MS); in testResultTimestamps()
355 prevImage, result3.second); in testResultTimestamps()
356 prevImage.close(); in testResultTimestamps()
357 prevImage = prevListener.getImage(CAPTURE_IMAGE_TIMEOUT_MS); in testResultTimestamps()
[all …]