Loading core/java/android/hardware/camera2/params/OutputConfiguration.java +1 −1 Original line number Diff line number Diff line Loading @@ -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(); Loading Loading
core/java/android/hardware/camera2/params/OutputConfiguration.java +1 −1 Original line number Diff line number Diff line Loading @@ -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(); Loading