Loading core/java/android/hardware/camera2/legacy/LegacyRequestMapper.java +1 −1 Original line number Diff line number Diff line Loading @@ -162,7 +162,7 @@ public class LegacyRequestMapper { CONTROL_AE_EXPOSURE_COMPENSATION, /*defaultValue*/0); if (!compensationRange.inRange(compensation)) { if (!compensationRange.contains(compensation)) { Log.w(TAG, "convertRequestMetadata - control.aeExposureCompensation " + "is out of range, ignoring value"); Loading Loading
core/java/android/hardware/camera2/legacy/LegacyRequestMapper.java +1 −1 Original line number Diff line number Diff line Loading @@ -162,7 +162,7 @@ public class LegacyRequestMapper { CONTROL_AE_EXPOSURE_COMPENSATION, /*defaultValue*/0); if (!compensationRange.inRange(compensation)) { if (!compensationRange.contains(compensation)) { Log.w(TAG, "convertRequestMetadata - control.aeExposureCompensation " + "is out of range, ignoring value"); Loading