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.java613 ArraySet<Size> snapshotSizeSet = new ArraySet<>(snapshotConfig.getOutputSizes( in verifyRecommendedSnapshotConfiguration() local
618 snapshotSizeSet.addAll(highResSnapshotSizeSet); in verifyRecommendedSnapshotConfiguration()
620 Size[] snapshotSizes = new Size[snapshotSizeSet.size()]; in verifyRecommendedSnapshotConfiguration()
621 snapshotSizes = snapshotSizeSet.toArray(snapshotSizes); in verifyRecommendedSnapshotConfiguration()