Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java842 RecommendedStreamConfigurationMap videoSnapshotConfig, in verifyRecommendedVideoSnapshotConfiguration() argument
844 verifyCommonRecommendedConfiguration(cameraId, c, videoSnapshotConfig, in verifyRecommendedVideoSnapshotConfiguration()
848 Set<Integer> outputFormats = videoSnapshotConfig.getOutputFormats(); in verifyRecommendedVideoSnapshotConfiguration()
859 Set<Size> outputSizes = videoSnapshotConfig.getOutputSizes(ImageFormat.JPEG); in verifyRecommendedVideoSnapshotConfiguration()
1045 RecommendedStreamConfigurationMap videoSnapshotConfig = in testRecommendedStreamConfigurations() local
1064 (videoSnapshotConfig == null) && (snapshotConfig == null) && in testRecommendedStreamConfigurations()
1080 "not found for: ID %s", allCameraIds[i]), videoSnapshotConfig); in testRecommendedStreamConfigurations()
1081 verifyRecommendedVideoSnapshotConfiguration(allCameraIds[i], c, videoSnapshotConfig, in testRecommendedStreamConfigurations()