Home | History | Annotate | Download | only in config

Lines Matching refs:CaptureSupportLevel

24 import com.android.camera.one.config.OneCameraFeatureConfig.CaptureSupportLevel;
57 private static Function<CameraCharacteristics, CaptureSupportLevel> buildCaptureModuleDetector(
59 return new Function<CameraCharacteristics, CaptureSupportLevel>() {
61 public CaptureSupportLevel apply(CameraCharacteristics characteristics) {
64 Optional<CaptureSupportLevel> override =
79 return CaptureSupportLevel.LIMITED_JPEG;
85 return CaptureSupportLevel.LEGACY_JPEG;
92 return CaptureSupportLevel.LIMITED_JPEG;
100 return CaptureSupportLevel.ZSL;
104 return CaptureSupportLevel.LIMITED_JPEG;
110 return CaptureSupportLevel.ZSL;
116 return CaptureSupportLevel.LIMITED_YUV;
122 return CaptureSupportLevel.LIMITED_JPEG;
131 private static Optional<CaptureSupportLevel> getCaptureSupportLevelOverride(
142 return CaptureSupportLevel.fromFlag(override);
146 return CaptureSupportLevel.fromFlag(override);