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()109 if (supportedLevel == CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL_FULL) { in buildCaptureModuleDetector()115 if (supportedLevel == CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL_LIMITED) { in buildCaptureModuleDetector()121 Log.e(TAG, "Unknown support level: " + supportedLevel); in buildCaptureModuleDetector()