Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java866 CameraCharacteristics c, RecommendedStreamConfigurationMap rawConfig) { in verifyRecommendedRawConfiguration() argument
867 verifyCommonRecommendedConfiguration(cameraId, c, rawConfig, /*checkNoInput*/ true, in verifyRecommendedRawConfiguration()
871 Set<Integer> outputFormats = rawConfig.getOutputFormats(); in verifyRecommendedRawConfiguration()
1051 RecommendedStreamConfigurationMap rawConfig = in testRecommendedStreamConfigurations() local
1065 (rawConfig == null) && (zslConfig == null) && (lowLatencyConfig == null)) { in testRecommendedStreamConfigurations()
1090 "found for: ID %s", allCameraIds[i]), rawConfig); in testRecommendedStreamConfigurations()
1091 verifyRecommendedRawConfiguration(allCameraIds[i], c, rawConfig); in testRecommendedStreamConfigurations()