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.java824 ArraySet<Size> snapshotSizeSet = new ArraySet<>(snapshotConfig.getOutputSizes( in verifyRecommendedSnapshotConfiguration() local
829 snapshotSizeSet.addAll(highResSnapshotSizeSet); in verifyRecommendedSnapshotConfiguration()
831 Size[] snapshotSizes = new Size[snapshotSizeSet.size()]; in verifyRecommendedSnapshotConfiguration()
832 snapshotSizes = snapshotSizeSet.toArray(snapshotSizes); in verifyRecommendedSnapshotConfiguration()