Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java593 Set<Size> snapshotSizeSet = snapshotConfig.getOutputSizes(ImageFormat.JPEG); in verifyRecommendedSnapshotConfiguration() local
594 Size[] snapshotSizes = new Size[snapshotSizeSet.size()]; in verifyRecommendedSnapshotConfiguration()
595 snapshotSizes = snapshotSizeSet.toArray(snapshotSizes); in verifyRecommendedSnapshotConfiguration()