Searched refs:CaptureSupportLevel (Results 1 – 6 of 6) sorted by relevance
24 import com.android.camera.one.config.OneCameraFeatureConfig.CaptureSupportLevel;57 private static Function<CameraCharacteristics, CaptureSupportLevel> buildCaptureModuleDetector( in buildCaptureModuleDetector()59 return new Function<CameraCharacteristics, CaptureSupportLevel>() { in buildCaptureModuleDetector()61 public CaptureSupportLevel apply(CameraCharacteristics characteristics) { in buildCaptureModuleDetector()64 Optional<CaptureSupportLevel> override = in buildCaptureModuleDetector()79 return CaptureSupportLevel.LIMITED_JPEG; in buildCaptureModuleDetector()85 return CaptureSupportLevel.LEGACY_JPEG; in buildCaptureModuleDetector()92 return CaptureSupportLevel.LIMITED_JPEG; in buildCaptureModuleDetector()100 return CaptureSupportLevel.ZSL; in buildCaptureModuleDetector()104 return CaptureSupportLevel.LIMITED_JPEG; in buildCaptureModuleDetector()[all …]
36 public static enum CaptureSupportLevel { enum in OneCameraFeatureConfig53 public static Optional<CaptureSupportLevel> fromFlag(int flag) { in fromFlag()82 private final Function<CameraCharacteristics, CaptureSupportLevel> mCaptureModeDetector;97 Function<CameraCharacteristics, CaptureSupportLevel> captureModeDetector, in OneCameraFeatureConfig()120 public CaptureSupportLevel getCaptureSupportLevel(CameraCharacteristics characteristics) { in getCaptureSupportLevel()
25 import com.android.camera.one.config.OneCameraFeatureConfig.CaptureSupportLevel;33 CaptureSupportLevel supportLevel, in createOneCamera()
102 final OneCameraFeatureConfig.CaptureSupportLevel supportLevel, in createOneCamera()208 if (supportLevel == OneCameraFeatureConfig.CaptureSupportLevel.LEGACY_JPEG) { in createOneCamera()
41 import com.android.camera.one.config.OneCameraFeatureConfig.CaptureSupportLevel;135 CaptureSupportLevel featureConfig, in createOneCamera()
35 import com.android.camera.one.config.OneCameraFeatureConfig.CaptureSupportLevel;62 CaptureSupportLevel captureSupportLevel = featureConfig in create()