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.java826 Set<Size> highResSnapshotSizeSet = snapshotConfig.getHighResolutionOutputSizes( in verifyRecommendedSnapshotConfiguration() local
828 if (highResSnapshotSizeSet != null) { in verifyRecommendedSnapshotConfiguration()
829 snapshotSizeSet.addAll(highResSnapshotSizeSet); in verifyRecommendedSnapshotConfiguration()