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.java604 RecommendedStreamConfigurationMap snapshotConfig) { in verifyRecommendedSnapshotConfiguration() argument
605 verifyCommonRecommendedConfiguration(cameraId, c, snapshotConfig, /*checkNoInput*/ true, in verifyRecommendedSnapshotConfiguration()
613 ArraySet<Size> snapshotSizeSet = new ArraySet<>(snapshotConfig.getOutputSizes( in verifyRecommendedSnapshotConfiguration()
615 Set<Size> highResSnapshotSizeSet = snapshotConfig.getHighResolutionOutputSizes( in verifyRecommendedSnapshotConfiguration()
836 RecommendedStreamConfigurationMap snapshotConfig = in testRecommendedStreamConfigurations() local
849 (videoSnapshotConfig == null) && (snapshotConfig == null) && in testRecommendedStreamConfigurations()
870 "found for: ID %s", mAllCameraIds[i]), snapshotConfig); in testRecommendedStreamConfigurations()
871 verifyRecommendedSnapshotConfiguration(mAllCameraIds[i], c, snapshotConfig); in testRecommendedStreamConfigurations()