Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java615 Set<Size> highResSnapshotSizeSet = snapshotConfig.getHighResolutionOutputSizes( in verifyRecommendedSnapshotConfiguration() local
617 if (highResSnapshotSizeSet != null) { in verifyRecommendedSnapshotConfiguration()
618 snapshotSizeSet.addAll(highResSnapshotSizeSet); in verifyRecommendedSnapshotConfiguration()