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

Commit 6393275f authored by Eino-Ville Talvala's avatar Eino-Ville Talvala Committed by Android Git Automerger
Browse files

am 2bf7b98a: Merge "Camera2: Remove filtering for non-BURST_CAPTURE-capable devices" into mnc-dev

* commit '2bf7b98a':
  Camera2: Remove filtering for non-BURST_CAPTURE-capable devices
parents d94d3a2a 2bf7b98a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1290,7 +1290,7 @@ public final class StreamConfigurationMap {
        for (StreamConfiguration config : configurations) {
            int fmt = config.getFormat();
            if (fmt == format && config.isOutput() == output) {
                if (output) {
                if (output && mListHighResolution) {
                    // Filter slow high-res output formats; include for
                    // highRes, remove for !highRes
                    long duration = 0;