Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DMultiResolutionImageReaderTest.java484 int captureCount, SimpleCaptureCallback listener, boolean repeating) throws Exception { in validateImage() argument
489 while (numImageVerified < captureCount) { in validateImage()
DImageReaderTest.java2023 private void validateImage(Size sz, int format, int captureCount, boolean repeating, in validateImage() argument
2030 while (numImageVerified < captureCount) { in validateImage()
2075 int captureCount, SimpleCaptureCallback listener, boolean repeating) throws Exception { in validateTimestamps() argument
2082 while (numImageVerified < captureCount) { in validateTimestamps()
2104 List<Long> captureStartTimestamps = listener.getCaptureStartTimestamps(captureCount); in validateTimestamps()