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.java588 RecommendedStreamConfigurationMap snapshotConfig) { in verifyRecommendedSnapshotConfiguration() argument
589 verifyCommonRecommendedConfiguration(cameraId, c, snapshotConfig, /*checkNoInput*/ true, in verifyRecommendedSnapshotConfiguration()
596 Set<Size> snapshotSizeSet = snapshotConfig.getOutputSizes(ImageFormat.JPEG); in verifyRecommendedSnapshotConfiguration()
812 RecommendedStreamConfigurationMap snapshotConfig = in testRecommendedStreamConfigurations() local
825 (videoSnapshotConfig == null) && (snapshotConfig == null) && in testRecommendedStreamConfigurations()
846 "found for: ID %s", mAllCameraIds[i]), snapshotConfig); in testRecommendedStreamConfigurations()
847 verifyRecommendedSnapshotConfiguration(mAllCameraIds[i], c, snapshotConfig); in testRecommendedStreamConfigurations()