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

Commit 72c62467 authored by Ravneet Dhanjal's avatar Ravneet Dhanjal Committed by Android (Google) Code Review
Browse files

Merge "Camera: Fix OutputConfiguration parcel order" into main

parents 8bbb23e7 4273873a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1193,12 +1193,12 @@ public final class OutputConfiguration implements Parcelable {
        String physicalCameraId = source.readString();
        boolean isMultiResolutionOutput = source.readInt() == 1;
        int[] sensorPixelModesUsed = source.createIntArray();
        long streamUseCase = source.readLong();

        checkArgumentInRange(rotation, ROTATION_0, ROTATION_270, "Rotation constant");
        long dynamicRangeProfile = source.readLong();
        DynamicRangeProfiles.checkProfileValue(dynamicRangeProfile);
        int colorSpace = source.readInt();
        long streamUseCase = source.readLong();

        int timestampBase = source.readInt();
        int mirrorMode = source.readInt();