public final class android.hardware.camera2.params.OutputConfiguration implements android.os.Parcelable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.hardware.camera2.params.OutputConfiguration
  super_class: java.lang.Object
{
  public static final int ROTATION_0;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final int ROTATION_90;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final int ROTATION_180;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final int ROTATION_270;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final int SURFACE_GROUP_ID_NONE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  private final int SURFACE_TYPE_UNKNOWN;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    ConstantValue: -1

  private final int SURFACE_TYPE_SURFACE_VIEW;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    ConstantValue: 0

  private final int SURFACE_TYPE_SURFACE_TEXTURE;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    ConstantValue: 1

  private static final int MAX_SURFACES_COUNT;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final android.os.Parcelable$Creator<android.hardware.camera2.params.OutputConfiguration> CREATOR;
    descriptor: Landroid/os/Parcelable$Creator;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Landroid/os/Parcelable$Creator<Landroid/hardware/camera2/params/OutputConfiguration;>;

  private static final java.lang.String TAG;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "OutputConfiguration"

  private java.util.ArrayList<android.view.Surface> mSurfaces;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/ArrayList<Landroid/view/Surface;>;

  private final int mRotation;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int mSurfaceGroupId;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int mSurfaceType;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.util.Size mConfiguredSize;
    descriptor: Landroid/util/Size;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int mConfiguredFormat;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int mConfiguredDataspace;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int mConfiguredGenerationId;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean mIsDeferredConfig;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private boolean mIsShared;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String mPhysicalCameraId;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 630
            new android.hardware.camera2.params.OutputConfiguration$1
            dup
            invokespecial android.hardware.camera2.params.OutputConfiguration$1.<init>:()V
         1: .line 629
            putstatic android.hardware.camera2.params.OutputConfiguration.CREATOR:Landroid/os/Parcelable$Creator;
         2: .line 731
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(android.view.Surface);
    descriptor: (Landroid/view/Surface;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // android.hardware.camera2.params.OutputConfiguration this
        start local 1 // android.view.Surface surface
         0: .line 145
            aload 0 /* this */
            iconst_m1
            aload 1 /* surface */
            iconst_0
            invokespecial android.hardware.camera2.params.OutputConfiguration.<init>:(ILandroid/view/Surface;I)V
         1: .line 146
            return
        end local 1 // android.view.Surface surface
        end local 0 // android.hardware.camera2.params.OutputConfiguration this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Landroid/hardware/camera2/params/OutputConfiguration;
            0    2     1  surface  Landroid/view/Surface;
    MethodParameters:
         Name  Flags
      surface  

  public void <init>(int, android.view.Surface);
    descriptor: (ILandroid/view/Surface;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // android.hardware.camera2.params.OutputConfiguration this
        start local 1 // int surfaceGroupId
        start local 2 // android.view.Surface surface
         0: .line 204
            aload 0 /* this */
            iload 1 /* surfaceGroupId */
            aload 2 /* surface */
            iconst_0
            invokespecial android.hardware.camera2.params.OutputConfiguration.<init>:(ILandroid/view/Surface;I)V
         1: .line 205
            return
        end local 2 // android.view.Surface surface
        end local 1 // int surfaceGroupId
        end local 0 // android.hardware.camera2.params.OutputConfiguration this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Landroid/hardware/camera2/params/OutputConfiguration;
            0    2     1  surfaceGroupId  I
            0    2     2         surface  Landroid/view/Surface;
    MethodParameters:
                Name  Flags
      surfaceGroupId  
      surface         

  public void <init>(android.view.Surface, int);
    descriptor: (Landroid/view/Surface;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // android.hardware.camera2.params.OutputConfiguration this
        start local 1 // android.view.Surface surface
        start local 2 // int rotation
         0: .line 227
            aload 0 /* this */
            iconst_m1
            aload 1 /* surface */
            iload 2 /* rotation */
            invokespecial android.hardware.camera2.params.OutputConfiguration.<init>:(ILandroid/view/Surface;I)V
         1: .line 228
            return
        end local 2 // int rotation
        end local 1 // android.view.Surface surface
        end local 0 // android.hardware.camera2.params.OutputConfiguration this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Landroid/hardware/camera2/params/OutputConfiguration;
            0    2     1   surface  Landroid/view/Surface;
            0    2     2  rotation  I
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()
    MethodParameters:
          Name  Flags
      surface   
      rotation  

  public void <init>(int, android.view.Surface, int);
    descriptor: (ILandroid/view/Surface;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // android.hardware.camera2.params.OutputConfiguration this
        start local 1 // int surfaceGroupId
        start local 2 // android.view.Surface surface
        start local 3 // int rotation
         0: .line 252
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 151
            aload 0 /* this */
            iconst_m1
            putfield android.hardware.camera2.params.OutputConfiguration.SURFACE_TYPE_UNKNOWN:I
         2: .line 156
            aload 0 /* this */
            iconst_0
            putfield android.hardware.camera2.params.OutputConfiguration.SURFACE_TYPE_SURFACE_VIEW:I
         3: .line 161
            aload 0 /* this */
            iconst_1
            putfield android.hardware.camera2.params.OutputConfiguration.SURFACE_TYPE_SURFACE_TEXTURE:I
         4: .line 253
            aload 2 /* surface */
            ldc "Surface must not be null"
            invokestatic com.android.internal.util.Preconditions.checkNotNull:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 254
            iload 3 /* rotation */
            iconst_0
            iconst_3
            ldc "Rotation constant"
            invokestatic com.android.internal.util.Preconditions.checkArgumentInRange:(IIILjava/lang/String;)I
            pop
         6: .line 255
            aload 0 /* this */
            iload 1 /* surfaceGroupId */
            putfield android.hardware.camera2.params.OutputConfiguration.mSurfaceGroupId:I
         7: .line 256
            aload 0 /* this */
            iconst_m1
            putfield android.hardware.camera2.params.OutputConfiguration.mSurfaceType:I
         8: .line 257
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield android.hardware.camera2.params.OutputConfiguration.mSurfaces:Ljava/util/ArrayList;
         9: .line 258
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mSurfaces:Ljava/util/ArrayList;
            aload 2 /* surface */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        10: .line 259
            aload 0 /* this */
            iload 3 /* rotation */
            putfield android.hardware.camera2.params.OutputConfiguration.mRotation:I
        11: .line 260
            aload 0 /* this */
            aload 2 /* surface */
            invokestatic android.hardware.camera2.utils.SurfaceUtils.getSurfaceSize:(Landroid/view/Surface;)Landroid/util/Size;
            putfield android.hardware.camera2.params.OutputConfiguration.mConfiguredSize:Landroid/util/Size;
        12: .line 261
            aload 0 /* this */
            aload 2 /* surface */
            invokestatic android.hardware.camera2.utils.SurfaceUtils.getSurfaceFormat:(Landroid/view/Surface;)I
            putfield android.hardware.camera2.params.OutputConfiguration.mConfiguredFormat:I
        13: .line 262
            aload 0 /* this */
            aload 2 /* surface */
            invokestatic android.hardware.camera2.utils.SurfaceUtils.getSurfaceDataspace:(Landroid/view/Surface;)I
            putfield android.hardware.camera2.params.OutputConfiguration.mConfiguredDataspace:I
        14: .line 263
            aload 0 /* this */
            aload 2 /* surface */
            invokevirtual android.view.Surface.getGenerationId:()I
            putfield android.hardware.camera2.params.OutputConfiguration.mConfiguredGenerationId:I
        15: .line 264
            aload 0 /* this */
            iconst_0
            putfield android.hardware.camera2.params.OutputConfiguration.mIsDeferredConfig:Z
        16: .line 265
            aload 0 /* this */
            iconst_0
            putfield android.hardware.camera2.params.OutputConfiguration.mIsShared:Z
        17: .line 266
            aload 0 /* this */
            aconst_null
            putfield android.hardware.camera2.params.OutputConfiguration.mPhysicalCameraId:Ljava/lang/String;
        18: .line 267
            return
        end local 3 // int rotation
        end local 2 // android.view.Surface surface
        end local 1 // int surfaceGroupId
        end local 0 // android.hardware.camera2.params.OutputConfiguration this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   19     0            this  Landroid/hardware/camera2/params/OutputConfiguration;
            0   19     1  surfaceGroupId  I
            0   19     2         surface  Landroid/view/Surface;
            0   19     3        rotation  I
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()
    MethodParameters:
                Name  Flags
      surfaceGroupId  
      surface         
      rotation        

  public <T> void <init>(android.util.Size, java.lang.Class<T>);
    descriptor: (Landroid/util/Size;Ljava/lang/Class;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.hardware.camera2.params.OutputConfiguration this
        start local 1 // android.util.Size surfaceSize
        start local 2 // java.lang.Class klass
         0: .line 295
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 151
            aload 0 /* this */
            iconst_m1
            putfield android.hardware.camera2.params.OutputConfiguration.SURFACE_TYPE_UNKNOWN:I
         2: .line 156
            aload 0 /* this */
            iconst_0
            putfield android.hardware.camera2.params.OutputConfiguration.SURFACE_TYPE_SURFACE_VIEW:I
         3: .line 161
            aload 0 /* this */
            iconst_1
            putfield android.hardware.camera2.params.OutputConfiguration.SURFACE_TYPE_SURFACE_TEXTURE:I
         4: .line 296
            aload 2 /* klass */
            ldc "surfaceSize must not be null"
            invokestatic com.android.internal.util.Preconditions.checkNotNull:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         5: .line 297
            aload 2 /* klass */
            ldc "klass must not be null"
            invokestatic com.android.internal.util.Preconditions.checkNotNull:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         6: .line 298
            aload 2 /* klass */
            ldc Landroid/view/SurfaceHolder;
            if_acmpne 9
         7: .line 299
            aload 0 /* this */
            iconst_0
            putfield android.hardware.camera2.params.OutputConfiguration.mSurfaceType:I
         8: .line 300
            goto 14
      StackMap locals: android.hardware.camera2.params.OutputConfiguration android.util.Size java.lang.Class
      StackMap stack:
         9: aload 2 /* klass */
            ldc Landroid/graphics/SurfaceTexture;
            if_acmpne 12
        10: .line 301
            aload 0 /* this */
            iconst_1
            putfield android.hardware.camera2.params.OutputConfiguration.mSurfaceType:I
        11: .line 302
            goto 14
        12: .line 303
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            putfield android.hardware.camera2.params.OutputConfiguration.mSurfaceType:I
        13: .line 304
            new java.lang.IllegalArgumentException
            dup
            ldc "Unknow surface source class type"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        14: .line 307
      StackMap locals:
      StackMap stack:
            aload 1 /* surfaceSize */
            invokevirtual android.util.Size.getWidth:()I
            ifeq 15
            aload 1 /* surfaceSize */
            invokevirtual android.util.Size.getHeight:()I
            ifne 16
        15: .line 308
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "Surface size needs to be non-zero"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        16: .line 311
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_m1
            putfield android.hardware.camera2.params.OutputConfiguration.mSurfaceGroupId:I
        17: .line 312
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield android.hardware.camera2.params.OutputConfiguration.mSurfaces:Ljava/util/ArrayList;
        18: .line 313
            aload 0 /* this */
            iconst_0
            putfield android.hardware.camera2.params.OutputConfiguration.mRotation:I
        19: .line 314
            aload 0 /* this */
            aload 1 /* surfaceSize */
            putfield android.hardware.camera2.params.OutputConfiguration.mConfiguredSize:Landroid/util/Size;
        20: .line 315
            aload 0 /* this */
            bipush 34
            invokestatic android.hardware.camera2.params.StreamConfigurationMap.imageFormatToInternal:(I)I
            putfield android.hardware.camera2.params.OutputConfiguration.mConfiguredFormat:I
        21: .line 316
            aload 0 /* this */
            bipush 34
            invokestatic android.hardware.camera2.params.StreamConfigurationMap.imageFormatToDataspace:(I)I
            putfield android.hardware.camera2.params.OutputConfiguration.mConfiguredDataspace:I
        22: .line 317
            aload 0 /* this */
            iconst_0
            putfield android.hardware.camera2.params.OutputConfiguration.mConfiguredGenerationId:I
        23: .line 318
            aload 0 /* this */
            iconst_1
            putfield android.hardware.camera2.params.OutputConfiguration.mIsDeferredConfig:Z
        24: .line 319
            aload 0 /* this */
            iconst_0
            putfield android.hardware.camera2.params.OutputConfiguration.mIsShared:Z
        25: .line 320
            aload 0 /* this */
            aconst_null
            putfield android.hardware.camera2.params.OutputConfiguration.mPhysicalCameraId:Ljava/lang/String;
        26: .line 321
            return
        end local 2 // java.lang.Class klass
        end local 1 // android.util.Size surfaceSize
        end local 0 // android.hardware.camera2.params.OutputConfiguration this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   27     0         this  Landroid/hardware/camera2/params/OutputConfiguration;
            0   27     1  surfaceSize  Landroid/util/Size;
            0   27     2        klass  Ljava/lang/Class<TT;>;
    Signature: <T:Ljava/lang/Object;>(Landroid/util/Size;Ljava/lang/Class<TT;>;)V
    MethodParameters:
             Name  Flags
      surfaceSize  
      klass        

  public void enableSurfaceSharing();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.hardware.camera2.params.OutputConfiguration this
         0: .line 359
            aload 0 /* this */
            iconst_1
            putfield android.hardware.camera2.params.OutputConfiguration.mIsShared:Z
         1: .line 360
            return
        end local 0 // android.hardware.camera2.params.OutputConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/hardware/camera2/params/OutputConfiguration;

  public void setPhysicalCameraId(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.hardware.camera2.params.OutputConfiguration this
        start local 1 // java.lang.String physicalCameraId
         0: .line 386
            aload 0 /* this */
            aload 1 /* physicalCameraId */
            putfield android.hardware.camera2.params.OutputConfiguration.mPhysicalCameraId:Ljava/lang/String;
         1: .line 387
            return
        end local 1 // java.lang.String physicalCameraId
        end local 0 // android.hardware.camera2.params.OutputConfiguration this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Landroid/hardware/camera2/params/OutputConfiguration;
            0    2     1  physicalCameraId  Ljava/lang/String;
    MethodParameters:
                  Name  Flags
      physicalCameraId  

  public boolean isForPhysicalCamera();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.camera2.params.OutputConfiguration this
         0: .line 397
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mPhysicalCameraId:Ljava/lang/String;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // android.hardware.camera2.params.OutputConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/hardware/camera2/params/OutputConfiguration;

  public boolean isDeferredConfiguration();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.camera2.params.OutputConfiguration this
         0: .line 411
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mIsDeferredConfig:Z
            ireturn
        end local 0 // android.hardware.camera2.params.OutputConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/camera2/params/OutputConfiguration;

  public void addSurface(android.view.Surface);
    descriptor: (Landroid/view/Surface;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // android.hardware.camera2.params.OutputConfiguration this
        start local 1 // android.view.Surface surface
         0: .line 447
            aload 1 /* surface */
            ldc "Surface must not be null"
            invokestatic com.android.internal.util.Preconditions.checkNotNull:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 448
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mSurfaces:Ljava/util/ArrayList;
            aload 1 /* surface */
            invokevirtual java.util.ArrayList.contains:(Ljava/lang/Object;)Z
            ifeq 3
         2: .line 449
            new java.lang.IllegalStateException
            dup
            ldc "Surface is already added!"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 451
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mSurfaces:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            iconst_1
            if_icmpne 5
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mIsShared:Z
            ifne 5
         4: .line 452
            new java.lang.IllegalStateException
            dup
            ldc "Cannot have 2 surfaces for a non-sharing configuration"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 454
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mSurfaces:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            iconst_1
            iadd
            iconst_4
            if_icmple 7
         6: .line 455
            new java.lang.IllegalArgumentException
            dup
            ldc "Exceeds maximum number of surfaces"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 459
      StackMap locals:
      StackMap stack:
            aload 1 /* surface */
            invokestatic android.hardware.camera2.utils.SurfaceUtils.getSurfaceSize:(Landroid/view/Surface;)Landroid/util/Size;
            astore 2 /* surfaceSize */
        start local 2 // android.util.Size surfaceSize
         8: .line 460
            aload 2 /* surfaceSize */
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mConfiguredSize:Landroid/util/Size;
            invokevirtual android.util.Size.equals:(Ljava/lang/Object;)Z
            ifne 13
         9: .line 461
            ldc "OutputConfiguration"
            new java.lang.StringBuilder
            dup
            ldc "Added surface size "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* surfaceSize */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        10: .line 462
            ldc " is different than pre-configured size "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mConfiguredSize:Landroid/util/Size;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
        11: .line 463
            ldc ", the pre-configured size will be used."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        12: .line 461
            invokestatic android.util.Log.w:(Ljava/lang/String;Ljava/lang/String;)I
            pop
        13: .line 466
      StackMap locals: android.util.Size
      StackMap stack:
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mConfiguredFormat:I
            aload 1 /* surface */
            invokestatic android.hardware.camera2.utils.SurfaceUtils.getSurfaceFormat:(Landroid/view/Surface;)I
            if_icmpeq 15
        14: .line 467
            new java.lang.IllegalArgumentException
            dup
            ldc "The format of added surface format doesn't match"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        15: .line 472
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mConfiguredFormat:I
            bipush 34
            if_icmpeq 18
        16: .line 473
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mConfiguredDataspace:I
            aload 1 /* surface */
            invokestatic android.hardware.camera2.utils.SurfaceUtils.getSurfaceDataspace:(Landroid/view/Surface;)I
            if_icmpeq 18
        17: .line 474
            new java.lang.IllegalArgumentException
            dup
            ldc "The dataspace of added surface doesn't match"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        18: .line 477
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mSurfaces:Ljava/util/ArrayList;
            aload 1 /* surface */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        19: .line 478
            return
        end local 2 // android.util.Size surfaceSize
        end local 1 // android.view.Surface surface
        end local 0 // android.hardware.camera2.params.OutputConfiguration this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   20     0         this  Landroid/hardware/camera2/params/OutputConfiguration;
            0   20     1      surface  Landroid/view/Surface;
            8   20     2  surfaceSize  Landroid/util/Size;
    MethodParameters:
         Name  Flags
      surface  

  public void removeSurface(android.view.Surface);
    descriptor: (Landroid/view/Surface;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.hardware.camera2.params.OutputConfiguration this
        start local 1 // android.view.Surface surface
         0: .line 496
            aload 0 /* this */
            invokevirtual android.hardware.camera2.params.OutputConfiguration.getSurface:()Landroid/view/Surface;
            aload 1 /* surface */
            if_acmpne 4
         1: .line 497
            new java.lang.IllegalArgumentException
            dup
         2: .line 498
            ldc "Cannot remove surface associated with this output configuration"
         3: .line 497
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 500
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mSurfaces:Ljava/util/ArrayList;
            aload 1 /* surface */
            invokevirtual java.util.ArrayList.remove:(Ljava/lang/Object;)Z
            ifne 6
         5: .line 501
            new java.lang.IllegalArgumentException
            dup
            ldc "Surface is not part of this output configuration"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 503
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.view.Surface surface
        end local 0 // android.hardware.camera2.params.OutputConfiguration this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Landroid/hardware/camera2/params/OutputConfiguration;
            0    7     1  surface  Landroid/view/Surface;
    MethodParameters:
         Name  Flags
      surface  

  public void <init>(android.hardware.camera2.params.OutputConfiguration);
    descriptor: (Landroid/hardware/camera2/params/OutputConfiguration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.hardware.camera2.params.OutputConfiguration this
        start local 1 // android.hardware.camera2.params.OutputConfiguration other
         0: .line 513
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 151
            aload 0 /* this */
            iconst_m1
            putfield android.hardware.camera2.params.OutputConfiguration.SURFACE_TYPE_UNKNOWN:I
         2: .line 156
            aload 0 /* this */
            iconst_0
            putfield android.hardware.camera2.params.OutputConfiguration.SURFACE_TYPE_SURFACE_VIEW:I
         3: .line 161
            aload 0 /* this */
            iconst_1
            putfield android.hardware.camera2.params.OutputConfiguration.SURFACE_TYPE_SURFACE_TEXTURE:I
         4: .line 514
            aload 1 /* other */
            ifnonnull 6
         5: .line 515
            new java.lang.IllegalArgumentException
            dup
            ldc "OutputConfiguration shouldn't be null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 518
      StackMap locals: android.hardware.camera2.params.OutputConfiguration android.hardware.camera2.params.OutputConfiguration
      StackMap stack:
            aload 0 /* this */
            aload 1 /* other */
            getfield android.hardware.camera2.params.OutputConfiguration.mSurfaces:Ljava/util/ArrayList;
            putfield android.hardware.camera2.params.OutputConfiguration.mSurfaces:Ljava/util/ArrayList;
         7: .line 519
            aload 0 /* this */
            aload 1 /* other */
            getfield android.hardware.camera2.params.OutputConfiguration.mRotation:I
            putfield android.hardware.camera2.params.OutputConfiguration.mRotation:I
         8: .line 520
            aload 0 /* this */
            aload 1 /* other */
            getfield android.hardware.camera2.params.OutputConfiguration.mSurfaceGroupId:I
            putfield android.hardware.camera2.params.OutputConfiguration.mSurfaceGroupId:I
         9: .line 521
            aload 0 /* this */
            aload 1 /* other */
            getfield android.hardware.camera2.params.OutputConfiguration.mSurfaceType:I
            putfield android.hardware.camera2.params.OutputConfiguration.mSurfaceType:I
        10: .line 522
            aload 0 /* this */
            aload 1 /* other */
            getfield android.hardware.camera2.params.OutputConfiguration.mConfiguredDataspace:I
            putfield android.hardware.camera2.params.OutputConfiguration.mConfiguredDataspace:I
        11: .line 523
            aload 0 /* this */
            aload 1 /* other */
            getfield android.hardware.camera2.params.OutputConfiguration.mConfiguredFormat:I
            putfield android.hardware.camera2.params.OutputConfiguration.mConfiguredFormat:I
        12: .line 524
            aload 0 /* this */
            aload 1 /* other */
            getfield android.hardware.camera2.params.OutputConfiguration.mConfiguredSize:Landroid/util/Size;
            putfield android.hardware.camera2.params.OutputConfiguration.mConfiguredSize:Landroid/util/Size;
        13: .line 525
            aload 0 /* this */
            aload 1 /* other */
            getfield android.hardware.camera2.params.OutputConfiguration.mConfiguredGenerationId:I
            putfield android.hardware.camera2.params.OutputConfiguration.mConfiguredGenerationId:I
        14: .line 526
            aload 0 /* this */
            aload 1 /* other */
            getfield android.hardware.camera2.params.OutputConfiguration.mIsDeferredConfig:Z
            putfield android.hardware.camera2.params.OutputConfiguration.mIsDeferredConfig:Z
        15: .line 527
            aload 0 /* this */
            aload 1 /* other */
            getfield android.hardware.camera2.params.OutputConfiguration.mIsShared:Z
            putfield android.hardware.camera2.params.OutputConfiguration.mIsShared:Z
        16: .line 528
            aload 0 /* this */
            aload 1 /* other */
            getfield android.hardware.camera2.params.OutputConfiguration.mPhysicalCameraId:Ljava/lang/String;
            putfield android.hardware.camera2.params.OutputConfiguration.mPhysicalCameraId:Ljava/lang/String;
        17: .line 529
            return
        end local 1 // android.hardware.camera2.params.OutputConfiguration other
        end local 0 // android.hardware.camera2.params.OutputConfiguration this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   18     0   this  Landroid/hardware/camera2/params/OutputConfiguration;
            0   18     1  other  Landroid/hardware/camera2/params/OutputConfiguration;
    MethodParameters:
       Name  Flags
      other  

  private void <init>(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=11, args_size=2
        start local 0 // android.hardware.camera2.params.OutputConfiguration this
        start local 1 // android.os.Parcel source
         0: .line 534
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 151
            aload 0 /* this */
            iconst_m1
            putfield android.hardware.camera2.params.OutputConfiguration.SURFACE_TYPE_UNKNOWN:I
         2: .line 156
            aload 0 /* this */
            iconst_0
            putfield android.hardware.camera2.params.OutputConfiguration.SURFACE_TYPE_SURFACE_VIEW:I
         3: .line 161
            aload 0 /* this */
            iconst_1
            putfield android.hardware.camera2.params.OutputConfiguration.SURFACE_TYPE_SURFACE_TEXTURE:I
         4: .line 535
            aload 1 /* source */
            invokevirtual android.os.Parcel.readInt:()I
            istore 2 /* rotation */
        start local 2 // int rotation
         5: .line 536
            aload 1 /* source */
            invokevirtual android.os.Parcel.readInt:()I
            istore 3 /* surfaceSetId */
        start local 3 // int surfaceSetId
         6: .line 537
            aload 1 /* source */
            invokevirtual android.os.Parcel.readInt:()I
            istore 4 /* surfaceType */
        start local 4 // int surfaceType
         7: .line 538
            aload 1 /* source */
            invokevirtual android.os.Parcel.readInt:()I
            istore 5 /* width */
        start local 5 // int width
         8: .line 539
            aload 1 /* source */
            invokevirtual android.os.Parcel.readInt:()I
            istore 6 /* height */
        start local 6 // int height
         9: .line 540
            aload 1 /* source */
            invokevirtual android.os.Parcel.readInt:()I
            iconst_1
            if_icmpne 10
            iconst_1
            goto 11
      StackMap locals: android.hardware.camera2.params.OutputConfiguration android.os.Parcel int int int int int
      StackMap stack:
        10: iconst_0
      StackMap locals:
      StackMap stack: int
        11: istore 7 /* isDeferred */
        start local 7 // boolean isDeferred
        12: .line 541
            aload 1 /* source */
            invokevirtual android.os.Parcel.readInt:()I
            iconst_1
            if_icmpne 13
            iconst_1
            goto 14
      StackMap locals: int
      StackMap stack:
        13: iconst_0
      StackMap locals:
      StackMap stack: int
        14: istore 8 /* isShared */
        start local 8 // boolean isShared
        15: .line 542
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 9 /* surfaces */
        start local 9 // java.util.ArrayList surfaces
        16: .line 543
            aload 1 /* source */
            aload 9 /* surfaces */
            getstatic android.view.Surface.CREATOR:Landroid/os/Parcelable$Creator;
            invokevirtual android.os.Parcel.readTypedList:(Ljava/util/List;Landroid/os/Parcelable$Creator;)V
        17: .line 544
            aload 1 /* source */
            invokevirtual android.os.Parcel.readString:()Ljava/lang/String;
            astore 10 /* physicalCameraId */
        start local 10 // java.lang.String physicalCameraId
        18: .line 546
            iload 2 /* rotation */
            iconst_0
            iconst_3
            ldc "Rotation constant"
            invokestatic com.android.internal.util.Preconditions.checkArgumentInRange:(IIILjava/lang/String;)I
            pop
        19: .line 548
            aload 0 /* this */
            iload 3 /* surfaceSetId */
            putfield android.hardware.camera2.params.OutputConfiguration.mSurfaceGroupId:I
        20: .line 549
            aload 0 /* this */
            iload 2 /* rotation */
            putfield android.hardware.camera2.params.OutputConfiguration.mRotation:I
        21: .line 550
            aload 0 /* this */
            aload 9 /* surfaces */
            putfield android.hardware.camera2.params.OutputConfiguration.mSurfaces:Ljava/util/ArrayList;
        22: .line 551
            aload 0 /* this */
            new android.util.Size
            dup
            iload 5 /* width */
            iload 6 /* height */
            invokespecial android.util.Size.<init>:(II)V
            putfield android.hardware.camera2.params.OutputConfiguration.mConfiguredSize:Landroid/util/Size;
        23: .line 552
            aload 0 /* this */
            iload 7 /* isDeferred */
            putfield android.hardware.camera2.params.OutputConfiguration.mIsDeferredConfig:Z
        24: .line 553
            aload 0 /* this */
            iload 8 /* isShared */
            putfield android.hardware.camera2.params.OutputConfiguration.mIsShared:Z
        25: .line 554
            aload 0 /* this */
            aload 9 /* surfaces */
            putfield android.hardware.camera2.params.OutputConfiguration.mSurfaces:Ljava/util/ArrayList;
        26: .line 555
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mSurfaces:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            ifle 32
        27: .line 556
            aload 0 /* this */
            iconst_m1
            putfield android.hardware.camera2.params.OutputConfiguration.mSurfaceType:I
        28: .line 557
            aload 0 /* this */
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mSurfaces:Ljava/util/ArrayList;
            iconst_0
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast android.view.Surface
            invokestatic android.hardware.camera2.utils.SurfaceUtils.getSurfaceFormat:(Landroid/view/Surface;)I
            putfield android.hardware.camera2.params.OutputConfiguration.mConfiguredFormat:I
        29: .line 558
            aload 0 /* this */
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mSurfaces:Ljava/util/ArrayList;
            iconst_0
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast android.view.Surface
            invokestatic android.hardware.camera2.utils.SurfaceUtils.getSurfaceDataspace:(Landroid/view/Surface;)I
            putfield android.hardware.camera2.params.OutputConfiguration.mConfiguredDataspace:I
        30: .line 559
            aload 0 /* this */
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mSurfaces:Ljava/util/ArrayList;
            iconst_0
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast android.view.Surface
            invokevirtual android.view.Surface.getGenerationId:()I
            putfield android.hardware.camera2.params.OutputConfiguration.mConfiguredGenerationId:I
        31: .line 560
            goto 38
        32: .line 561
      StackMap locals: int java.util.ArrayList java.lang.String
      StackMap stack:
            aload 0 /* this */
            iload 4 /* surfaceType */
            putfield android.hardware.camera2.params.OutputConfiguration.mSurfaceType:I
        33: .line 562
            aload 0 /* this */
            bipush 34
            invokestatic android.hardware.camera2.params.StreamConfigurationMap.imageFormatToInternal:(I)I
            putfield android.hardware.camera2.params.OutputConfiguration.mConfiguredFormat:I
        34: .line 563
            aload 0 /* this */
        35: .line 564
            bipush 34
            invokestatic android.hardware.camera2.params.StreamConfigurationMap.imageFormatToDataspace:(I)I
        36: .line 563
            putfield android.hardware.camera2.params.OutputConfiguration.mConfiguredDataspace:I
        37: .line 565
            aload 0 /* this */
            iconst_0
            putfield android.hardware.camera2.params.OutputConfiguration.mConfiguredGenerationId:I
        38: .line 567
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 10 /* physicalCameraId */
            putfield android.hardware.camera2.params.OutputConfiguration.mPhysicalCameraId:Ljava/lang/String;
        39: .line 568
            return
        end local 10 // java.lang.String physicalCameraId
        end local 9 // java.util.ArrayList surfaces
        end local 8 // boolean isShared
        end local 7 // boolean isDeferred
        end local 6 // int height
        end local 5 // int width
        end local 4 // int surfaceType
        end local 3 // int surfaceSetId
        end local 2 // int rotation
        end local 1 // android.os.Parcel source
        end local 0 // android.hardware.camera2.params.OutputConfiguration this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   40     0              this  Landroid/hardware/camera2/params/OutputConfiguration;
            0   40     1            source  Landroid/os/Parcel;
            5   40     2          rotation  I
            6   40     3      surfaceSetId  I
            7   40     4       surfaceType  I
            8   40     5             width  I
            9   40     6            height  I
           12   40     7        isDeferred  Z
           15   40     8          isShared  Z
           16   40     9          surfaces  Ljava/util/ArrayList<Landroid/view/Surface;>;
           18   40    10  physicalCameraId  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      source  

  public int getMaxSharedSurfaceCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.camera2.params.OutputConfiguration this
         0: .line 578
            iconst_4
            ireturn
        end local 0 // android.hardware.camera2.params.OutputConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/camera2/params/OutputConfiguration;

  public android.view.Surface getSurface();
    descriptor: ()Landroid/view/Surface;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.hardware.camera2.params.OutputConfiguration this
         0: .line 588
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mSurfaces:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            ifne 2
         1: .line 589
            aconst_null
            areturn
         2: .line 592
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mSurfaces:Ljava/util/ArrayList;
            iconst_0
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast android.view.Surface
            areturn
        end local 0 // android.hardware.camera2.params.OutputConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/hardware/camera2/params/OutputConfiguration;

  public java.util.List<android.view.Surface> getSurfaces();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.camera2.params.OutputConfiguration this
         0: .line 603
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mSurfaces:Ljava/util/ArrayList;
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            areturn
        end local 0 // android.hardware.camera2.params.OutputConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/camera2/params/OutputConfiguration;
    Signature: ()Ljava/util/List<Landroid/view/Surface;>;

  public int getRotation();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.camera2.params.OutputConfiguration this
         0: .line 616
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mRotation:I
            ireturn
        end local 0 // android.hardware.camera2.params.OutputConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/camera2/params/OutputConfiguration;
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public int getSurfaceGroupId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.camera2.params.OutputConfiguration this
         0: .line 626
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mSurfaceGroupId:I
            ireturn
        end local 0 // android.hardware.camera2.params.OutputConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/camera2/params/OutputConfiguration;

  public int describeContents();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.camera2.params.OutputConfiguration this
         0: .line 650
            iconst_0
            ireturn
        end local 0 // android.hardware.camera2.params.OutputConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/camera2/params/OutputConfiguration;

  public void writeToParcel(android.os.Parcel, int);
    descriptor: (Landroid/os/Parcel;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.hardware.camera2.params.OutputConfiguration this
        start local 1 // android.os.Parcel dest
        start local 2 // int flags
         0: .line 655
            aload 1 /* dest */
            ifnonnull 2
         1: .line 656
            new java.lang.IllegalArgumentException
            dup
            ldc "dest must not be null"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 658
      StackMap locals:
      StackMap stack:
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mRotation:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         3: .line 659
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mSurfaceGroupId:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         4: .line 660
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mSurfaceType:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         5: .line 661
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mConfiguredSize:Landroid/util/Size;
            invokevirtual android.util.Size.getWidth:()I
            invokevirtual android.os.Parcel.writeInt:(I)V
         6: .line 662
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mConfiguredSize:Landroid/util/Size;
            invokevirtual android.util.Size.getHeight:()I
            invokevirtual android.os.Parcel.writeInt:(I)V
         7: .line 663
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mIsDeferredConfig:Z
            ifeq 8
            iconst_1
            goto 9
      StackMap locals:
      StackMap stack: android.os.Parcel
         8: iconst_0
      StackMap locals: android.hardware.camera2.params.OutputConfiguration android.os.Parcel int
      StackMap stack: android.os.Parcel int
         9: invokevirtual android.os.Parcel.writeInt:(I)V
        10: .line 664
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mIsShared:Z
            ifeq 11
            iconst_1
            goto 12
      StackMap locals:
      StackMap stack: android.os.Parcel
        11: iconst_0
      StackMap locals: android.hardware.camera2.params.OutputConfiguration android.os.Parcel int
      StackMap stack: android.os.Parcel int
        12: invokevirtual android.os.Parcel.writeInt:(I)V
        13: .line 665
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mSurfaces:Ljava/util/ArrayList;
            invokevirtual android.os.Parcel.writeTypedList:(Ljava/util/List;)V
        14: .line 666
            aload 1 /* dest */
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mPhysicalCameraId:Ljava/lang/String;
            invokevirtual android.os.Parcel.writeString:(Ljava/lang/String;)V
        15: .line 667
            return
        end local 2 // int flags
        end local 1 // android.os.Parcel dest
        end local 0 // android.hardware.camera2.params.OutputConfiguration this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   16     0   this  Landroid/hardware/camera2/params/OutputConfiguration;
            0   16     1   dest  Landroid/os/Parcel;
            0   16     2  flags  I
    MethodParameters:
       Name  Flags
      dest   
      flags  

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // android.hardware.camera2.params.OutputConfiguration this
        start local 1 // java.lang.Object obj
         0: .line 680
            aload 1 /* obj */
            ifnonnull 2
         1: .line 681
            iconst_0
            ireturn
         2: .line 682
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 4
         3: .line 683
            iconst_1
            ireturn
         4: .line 684
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof android.hardware.camera2.params.OutputConfiguration
            ifeq 25
         5: .line 685
            aload 1 /* obj */
            checkcast android.hardware.camera2.params.OutputConfiguration
            astore 2 /* other */
        start local 2 // android.hardware.camera2.params.OutputConfiguration other
         6: .line 686
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mRotation:I
            aload 2 /* other */
            getfield android.hardware.camera2.params.OutputConfiguration.mRotation:I
            if_icmpne 16
         7: .line 687
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mConfiguredSize:Landroid/util/Size;
            aload 2 /* other */
            getfield android.hardware.camera2.params.OutputConfiguration.mConfiguredSize:Landroid/util/Size;
            invokevirtual android.util.Size.equals:(Ljava/lang/Object;)Z
            ifeq 16
         8: .line 688
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mConfiguredFormat:I
            aload 2 /* other */
            getfield android.hardware.camera2.params.OutputConfiguration.mConfiguredFormat:I
            if_icmpne 16
         9: .line 689
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mSurfaceGroupId:I
            aload 2 /* other */
            getfield android.hardware.camera2.params.OutputConfiguration.mSurfaceGroupId:I
            if_icmpne 16
        10: .line 690
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mSurfaceType:I
            aload 2 /* other */
            getfield android.hardware.camera2.params.OutputConfiguration.mSurfaceType:I
            if_icmpne 16
        11: .line 691
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mIsDeferredConfig:Z
            aload 2 /* other */
            getfield android.hardware.camera2.params.OutputConfiguration.mIsDeferredConfig:Z
            if_icmpne 16
        12: .line 692
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mIsShared:Z
            aload 2 /* other */
            getfield android.hardware.camera2.params.OutputConfiguration.mIsShared:Z
            if_icmpne 16
        13: .line 693
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mConfiguredFormat:I
            aload 2 /* other */
            getfield android.hardware.camera2.params.OutputConfiguration.mConfiguredFormat:I
            if_icmpne 16
        14: .line 694
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mConfiguredDataspace:I
            aload 2 /* other */
            getfield android.hardware.camera2.params.OutputConfiguration.mConfiguredDataspace:I
            if_icmpne 16
        15: .line 695
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mConfiguredGenerationId:I
            aload 2 /* other */
            getfield android.hardware.camera2.params.OutputConfiguration.mConfiguredGenerationId:I
            if_icmpeq 17
        16: .line 696
      StackMap locals: android.hardware.camera2.params.OutputConfiguration
      StackMap stack:
            iconst_0
            ireturn
        17: .line 698
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mSurfaces:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            aload 2 /* other */
            getfield android.hardware.camera2.params.OutputConfiguration.mSurfaces:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            invokestatic java.lang.Math.min:(II)I
            istore 3 /* minLen */
        start local 3 // int minLen
        18: .line 699
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        19: goto 23
        20: .line 700
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mSurfaces:Ljava/util/ArrayList;
            iload 4 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            aload 2 /* other */
            getfield android.hardware.camera2.params.OutputConfiguration.mSurfaces:Ljava/util/ArrayList;
            iload 4 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            if_acmpeq 22
        21: .line 701
            iconst_0
            ireturn
        22: .line 699
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        23: iload 4 /* i */
            iload 3 /* minLen */
            if_icmplt 20
        end local 4 // int i
        24: .line 704
            iconst_1
            ireturn
        end local 3 // int minLen
        end local 2 // android.hardware.camera2.params.OutputConfiguration other
        25: .line 706
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // android.hardware.camera2.params.OutputConfiguration this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   26     0    this  Landroid/hardware/camera2/params/OutputConfiguration;
            0   26     1     obj  Ljava/lang/Object;
            6   25     2   other  Landroid/hardware/camera2/params/OutputConfiguration;
           18   25     3  minLen  I
           19   24     4       i  I
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // android.hardware.camera2.params.OutputConfiguration this
         0: .line 717
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mIsDeferredConfig:Z
            ifeq 10
         1: .line 718
            bipush 8
            newarray 10
            dup
            iconst_0
         2: .line 719
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mRotation:I
            iastore
            dup
            iconst_1
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mConfiguredSize:Landroid/util/Size;
            invokevirtual android.util.Size.hashCode:()I
            iastore
            dup
            iconst_2
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mConfiguredFormat:I
            iastore
            dup
            iconst_3
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mConfiguredDataspace:I
            iastore
            dup
            iconst_4
         3: .line 720
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mSurfaceGroupId:I
            iastore
            dup
            iconst_5
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mSurfaceType:I
            iastore
            dup
            bipush 6
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mIsShared:Z
            ifeq 4
            iconst_1
            goto 5
      StackMap locals: android.hardware.camera2.params.OutputConfiguration
      StackMap stack: int[] int[] int
         4: iconst_0
      StackMap locals: android.hardware.camera2.params.OutputConfiguration
      StackMap stack: int[] int[] int int
         5: iastore
            dup
            bipush 7
         6: .line 721
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mPhysicalCameraId:Ljava/lang/String;
            ifnonnull 7
            iconst_0
            goto 8
      StackMap locals: android.hardware.camera2.params.OutputConfiguration
      StackMap stack: int[] int[] int
         7: aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mPhysicalCameraId:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
      StackMap locals: android.hardware.camera2.params.OutputConfiguration
      StackMap stack: int[] int[] int int
         8: iastore
         9: .line 718
            invokestatic android.hardware.camera2.utils.HashCodeHelpers.hashCode:([I)I
            ireturn
        10: .line 724
      StackMap locals:
      StackMap stack:
            bipush 9
            newarray 10
            dup
            iconst_0
        11: .line 725
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mRotation:I
            iastore
            dup
            iconst_1
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mSurfaces:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.hashCode:()I
            iastore
            dup
            iconst_2
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mConfiguredGenerationId:I
            iastore
            dup
            iconst_3
        12: .line 726
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mConfiguredSize:Landroid/util/Size;
            invokevirtual android.util.Size.hashCode:()I
            iastore
            dup
            iconst_4
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mConfiguredFormat:I
            iastore
            dup
            iconst_5
        13: .line 727
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mConfiguredDataspace:I
            iastore
            dup
            bipush 6
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mSurfaceGroupId:I
            iastore
            dup
            bipush 7
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mIsShared:Z
            ifeq 14
            iconst_1
            goto 15
      StackMap locals: android.hardware.camera2.params.OutputConfiguration
      StackMap stack: int[] int[] int
        14: iconst_0
      StackMap locals: android.hardware.camera2.params.OutputConfiguration
      StackMap stack: int[] int[] int int
        15: iastore
            dup
            bipush 8
        16: .line 728
            aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mPhysicalCameraId:Ljava/lang/String;
            ifnonnull 17
            iconst_0
            goto 18
      StackMap locals: android.hardware.camera2.params.OutputConfiguration
      StackMap stack: int[] int[] int
        17: aload 0 /* this */
            getfield android.hardware.camera2.params.OutputConfiguration.mPhysicalCameraId:Ljava/lang/String;
            invokevirtual java.lang.String.hashCode:()I
      StackMap locals: android.hardware.camera2.params.OutputConfiguration
      StackMap stack: int[] int[] int int
        18: iastore
        19: .line 724
            invokestatic android.hardware.camera2.utils.HashCodeHelpers.hashCode:([I)I
            ireturn
        end local 0 // android.hardware.camera2.params.OutputConfiguration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   20     0  this  Landroid/hardware/camera2/params/OutputConfiguration;
}
SourceFile: "OutputConfiguration.java"
NestMembers:
  android.hardware.camera2.params.OutputConfiguration$1
InnerClasses:
  android.hardware.camera2.params.OutputConfiguration$1
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable