Searched refs:verifyCommonRecommendedConfiguration (Results 1 – 1 of 1) sorted by relevance
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | ExtendedCameraCharacteristicsTest.java | 615 private void verifyCommonRecommendedConfiguration(String id, CameraCharacteristics c, in verifyCommonRecommendedConfiguration() method in ExtendedCameraCharacteristicsTest 726 verifyCommonRecommendedConfiguration(cameraId, c, previewConfig, /*checkNoInput*/ true, in verifyRecommendedPreviewConfiguration() 739 verifyCommonRecommendedConfiguration(cameraId, c, videoConfig, /*checkNoInput*/ true, in verifyRecommendedVideoConfiguration() 816 verifyCommonRecommendedConfiguration(cameraId, c, snapshotConfig, /*checkNoInput*/ true, in verifyRecommendedSnapshotConfiguration() 844 verifyCommonRecommendedConfiguration(cameraId, c, videoSnapshotConfig, in verifyRecommendedVideoSnapshotConfiguration() 867 verifyCommonRecommendedConfiguration(cameraId, c, rawConfig, /*checkNoInput*/ true, in verifyRecommendedRawConfiguration() 890 verifyCommonRecommendedConfiguration(cameraId, c, zslConfig, /*checkNoInput*/ false, in verifyRecommendedZSLConfiguration() 989 verifyCommonRecommendedConfiguration(cameraId, c, lowLatencyConfig, /*checkNoInput*/ true, in verifyRecommendedLowLatencyConfiguration() 1106 verifyCommonRecommendedConfiguration(allCameraIds[i], c, dynamic10BitOutputConfig, in testRecommendedStreamConfigurations()
|