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

Commit 734bc03e authored by Shuzhen Wang's avatar Shuzhen Wang Committed by Android (Google) Code Review
Browse files

Merge "Camera: Remove flag multi_res_raw_reprocessing" into main

parents fe12ae09 3640c8b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1893,7 +1893,7 @@ public class CameraDeviceImpl extends CameraDevice
            }

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