Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3640c8b2 authored by Shuzhen Wang's avatar Shuzhen Wang
Browse files

Camera: Remove flag multi_res_raw_reprocessing

Flag: EXEMPT remove flag
Test: Build
Bug: 409605619
Change-Id: I66f16f1d2394b86205de6f4c7ed2d34bb117c21e
parent 1736a010
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1893,7 +1893,7 @@ public class CameraDeviceImpl extends CameraDevice
            }
            }


            // Allow RAW formats, even when not advertised.
            // Allow RAW formats, even when not advertised.
            if (Flags.multiResRawReprocessing() && isRawFormat(inputFormat)) {
            if (isRawFormat(inputFormat)) {
                return;
                return;
            }
            }