Searched refs:supportedLevel (Results 1 – 1 of 1) sorted by relevance
71 Integer supportedLevel = characteristics in buildCaptureModuleDetector() local77 if (supportedLevel == null) { in buildCaptureModuleDetector()84 if (supportedLevel == CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL_LEGACY) { in buildCaptureModuleDetector()110 if (supportedLevel == CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL_FULL || in buildCaptureModuleDetector()111 supportedLevel == CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL_3) { in buildCaptureModuleDetector()121 if (supportedLevel == CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL_LIMITED) { in buildCaptureModuleDetector()127 Log.e(TAG, "Unknown support level: " + supportedLevel); in buildCaptureModuleDetector()