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.java631 RecommendedStreamConfigurationMap videoSnapshotConfig, in verifyRecommendedVideoSnapshotConfiguration() argument
633 verifyCommonRecommendedConfiguration(cameraId, c, videoSnapshotConfig, in verifyRecommendedVideoSnapshotConfiguration()
637 Set<Integer> outputFormats = videoSnapshotConfig.getOutputFormats(); in verifyRecommendedVideoSnapshotConfiguration()
648 Set<Size> outputSizes = videoSnapshotConfig.getOutputSizes(ImageFormat.JPEG); in verifyRecommendedVideoSnapshotConfiguration()
833 RecommendedStreamConfigurationMap videoSnapshotConfig = in testRecommendedStreamConfigurations() local
849 (videoSnapshotConfig == null) && (snapshotConfig == null) && in testRecommendedStreamConfigurations()
865 "not found for: ID %s", mAllCameraIds[i]), videoSnapshotConfig); in testRecommendedStreamConfigurations()
866 verifyRecommendedVideoSnapshotConfiguration(mAllCameraIds[i], c, videoSnapshotConfig, in testRecommendedStreamConfigurations()