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.java323 Image prevImage = prevListener.getImage(CAPTURE_IMAGE_TIMEOUT_MS); in testResultTimestamps() local
325 prevImage, result.second); in testResultTimestamps()
326 prevImage.close(); in testResultTimestamps()
333 prevImage = prevListener.getImage(CAPTURE_IMAGE_TIMEOUT_MS); in testResultTimestamps()
336 prevImage, result2.second); in testResultTimestamps()
339 prevImage.close(); in testResultTimestamps()
356 prevImage = prevListener.getImage(CAPTURE_IMAGE_TIMEOUT_MS); in testResultTimestamps()
358 prevImage, result3.second); in testResultTimestamps()
359 prevImage.close(); in testResultTimestamps()
360 prevImage = prevListener.getImage(CAPTURE_IMAGE_TIMEOUT_MS); in testResultTimestamps()
[all …]