public class android.graphics.ImageFormat
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.graphics.ImageFormat
  super_class: java.lang.Object
{
  public static final int UNKNOWN;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int RGB_565;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final int YV12;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 842094169

  public static final int Y8;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 538982489

  public static final int Y16;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 540422489

  public static final int NV16;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 16

  public static final int NV21;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 17

  public static final int YUY2;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 20

  public static final int JPEG;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 256

  public static final int YUV_420_888;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 35

  public static final int YUV_422_888;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 39

  public static final int YUV_444_888;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 40

  public static final int FLEX_RGB_888;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 41

  public static final int FLEX_RGBA_8888;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 42

  public static final int RAW_SENSOR;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 32

  public static final int RAW_PRIVATE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 36

  public static final int RAW10;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 37

  public static final int RAW12;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 38

  public static final int DEPTH16;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1144402265

  public static final int DEPTH_POINT_CLOUD;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 257

  public static final int RAW_DEPTH;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4098

  public static final int PRIVATE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 34

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.graphics.ImageFormat this
         0: .line 19
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.graphics.ImageFormat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/graphics/ImageFormat;

  public static int getBitsPerPixel(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // int format
         0: .line 717
            iload 0 /* format */
            lookupswitch { // 17
                    4: 1
                   16: 2
                   17: 7
                   20: 3
                   32: 13
                   35: 8
                   37: 14
                   38: 15
                   39: 9
                   40: 10
                   41: 11
                   42: 12
                 4098: 13
            538982489: 5
            540422489: 6
            842094169: 4
           1144402265: 6
              default: 16
          }
         1: .line 719
      StackMap locals:
      StackMap stack:
            bipush 16
            ireturn
         2: .line 721
      StackMap locals:
      StackMap stack:
            bipush 16
            ireturn
         3: .line 723
      StackMap locals:
      StackMap stack:
            bipush 16
            ireturn
         4: .line 725
      StackMap locals:
      StackMap stack:
            bipush 12
            ireturn
         5: .line 727
      StackMap locals:
      StackMap stack:
            bipush 8
            ireturn
         6: .line 730
      StackMap locals:
      StackMap stack:
            bipush 16
            ireturn
         7: .line 732
      StackMap locals:
      StackMap stack:
            bipush 12
            ireturn
         8: .line 734
      StackMap locals:
      StackMap stack:
            bipush 12
            ireturn
         9: .line 736
      StackMap locals:
      StackMap stack:
            bipush 16
            ireturn
        10: .line 738
      StackMap locals:
      StackMap stack:
            bipush 24
            ireturn
        11: .line 740
      StackMap locals:
      StackMap stack:
            bipush 24
            ireturn
        12: .line 742
      StackMap locals:
      StackMap stack:
            bipush 32
            ireturn
        13: .line 745
      StackMap locals:
      StackMap stack:
            bipush 16
            ireturn
        14: .line 747
      StackMap locals:
      StackMap stack:
            bipush 10
            ireturn
        15: .line 749
      StackMap locals:
      StackMap stack:
            bipush 12
            ireturn
        16: .line 751
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 0 // int format
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   17     0  format  I
    MethodParameters:
        Name  Flags
      format  

  public static boolean isPublicFormat(int);
    descriptor: (I)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // int format
         0: .line 767
            iload 0 /* format */
            lookupswitch { // 19
                    4: 1
                   16: 1
                   17: 1
                   20: 1
                   32: 1
                   34: 1
                   35: 1
                   36: 1
                   37: 1
                   38: 1
                   39: 1
                   40: 1
                   41: 1
                   42: 1
                  256: 1
                  257: 1
                 4098: 1
            842094169: 1
           1144402265: 1
              default: 2
          }
         1: .line 787
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         2: .line 790
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // int format
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0  format  I
    MethodParameters:
        Name  Flags
      format  
}
SourceFile: "ImageFormat.java"