Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DCameraExtensionSessionTest.java1322 Size captureMaxSize = in testConcurrentSessions() local
1326 captureMaxSize.getWidth(), captureMaxSize.getHeight(), ImageFormat.PRIVATE, in testConcurrentSessions()
1412 Size captureMaxSize = in testRepeatingAndCaptureCombined() local
1418 captureMaxSize, captureFormat, /*maxImages*/ 1, imageListener, in testRepeatingAndCaptureCombined()
1439 ((float) captureMaxSize.getWidth()) / captureMaxSize.getHeight(); in testRepeatingAndCaptureCombined()
1544 validateImage(img, captureMaxSize.getWidth(), in testRepeatingAndCaptureCombined()
1545 captureMaxSize.getHeight(), captureFormat, null); in testRepeatingAndCaptureCombined()
2705 Size captureMaxSize = captureSizes.get(0); in testFlash() local
2709 captureMaxSize, captureFormat, /*maxImages*/ 1, imageListener, in testFlash()
2833 validateImage(img, captureMaxSize.getWidth(), in testFlash()
[all …]