Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java815 RecommendedStreamConfigurationMap snapshotConfig) { in verifyRecommendedSnapshotConfiguration() argument
816 verifyCommonRecommendedConfiguration(cameraId, c, snapshotConfig, /*checkNoInput*/ true, in verifyRecommendedSnapshotConfiguration()
824 ArraySet<Size> snapshotSizeSet = new ArraySet<>(snapshotConfig.getOutputSizes( in verifyRecommendedSnapshotConfiguration()
826 Set<Size> highResSnapshotSizeSet = snapshotConfig.getHighResolutionOutputSizes( in verifyRecommendedSnapshotConfiguration()
1048 RecommendedStreamConfigurationMap snapshotConfig = in testRecommendedStreamConfigurations() local
1064 (videoSnapshotConfig == null) && (snapshotConfig == null) && in testRecommendedStreamConfigurations()
1085 "found for: ID %s", allCameraIds[i]), snapshotConfig); in testRecommendedStreamConfigurations()
1086 verifyRecommendedSnapshotConfiguration(allCameraIds[i], c, snapshotConfig); in testRecommendedStreamConfigurations()