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.java632 CameraCharacteristics c, RecommendedStreamConfigurationMap rawConfig) { in verifyRecommendedRawConfiguration() argument
633 verifyCommonRecommendedConfiguration(cameraId, c, rawConfig, /*checkNoInput*/ true, in verifyRecommendedRawConfiguration()
637 Set<Integer> outputFormats = rawConfig.getOutputFormats(); in verifyRecommendedRawConfiguration()
815 RecommendedStreamConfigurationMap rawConfig = in testRecommendedStreamConfigurations() local
826 (rawConfig == null) && (zslConfig == null) && (lowLatencyConfig == null)) { in testRecommendedStreamConfigurations()
851 "found for: ID %s", mAllCameraIds[i]), rawConfig); in testRecommendedStreamConfigurations()
852 verifyRecommendedRawConfiguration(mAllCameraIds[i], c, rawConfig); in testRecommendedStreamConfigurations()