Searched refs:verifyCommonRecommendedConfiguration (Results 1 – 1 of 1) sorted by relevance
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | ExtendedCameraCharacteristicsTest.java | 385 private void verifyCommonRecommendedConfiguration(String id, CameraCharacteristics c, in verifyCommonRecommendedConfiguration() method in ExtendedCameraCharacteristicsTest 496 verifyCommonRecommendedConfiguration(cameraId, c, previewConfig, /*checkNoInput*/ true, in verifyRecommendedPreviewConfiguration() 509 verifyCommonRecommendedConfiguration(cameraId, c, videoConfig, /*checkNoInput*/ true, in verifyRecommendedVideoConfiguration() 586 verifyCommonRecommendedConfiguration(cameraId, c, snapshotConfig, /*checkNoInput*/ true, in verifyRecommendedSnapshotConfiguration() 607 verifyCommonRecommendedConfiguration(cameraId, c, videoSnapshotConfig, in verifyRecommendedVideoSnapshotConfiguration() 630 verifyCommonRecommendedConfiguration(cameraId, c, rawConfig, /*checkNoInput*/ true, in verifyRecommendedRawConfiguration() 653 verifyCommonRecommendedConfiguration(cameraId, c, zslConfig, /*checkNoInput*/ false, in verifyRecommendedZSLConfiguration() 752 verifyCommonRecommendedConfiguration(cameraId, c, lowLatencyConfig, /*checkNoInput*/ true, in verifyRecommendedLowLatencyConfiguration()
|