Home
last modified time | relevance | path

Searched refs:ExifAttribute (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/media/java/android/media/
DExifInterface.java581 private static class ExifAttribute { class in ExifInterface
586 private ExifAttribute(int format, int numberOfComponents, byte[] bytes) { in ExifAttribute() method in ExifInterface.ExifAttribute
592 public static ExifAttribute createUShort(int[] values, ByteOrder byteOrder) { in createUShort()
599 return new ExifAttribute(IFD_FORMAT_USHORT, values.length, buffer.array()); in createUShort()
602 public static ExifAttribute createUShort(int value, ByteOrder byteOrder) { in createUShort()
606 public static ExifAttribute createULong(long[] values, ByteOrder byteOrder) { in createULong()
613 return new ExifAttribute(IFD_FORMAT_ULONG, values.length, buffer.array()); in createULong()
616 public static ExifAttribute createULong(long value, ByteOrder byteOrder) { in createULong()
620 public static ExifAttribute createSLong(int[] values, ByteOrder byteOrder) { in createSLong()
627 return new ExifAttribute(IFD_FORMAT_SLONG, values.length, buffer.array()); in createSLong()
[all …]
/frameworks/support/exifinterface/src/main/java/androidx/exifinterface/media/
DExifInterface.java2932 private static class ExifAttribute { class in ExifInterface
2937 private ExifAttribute(int format, int numberOfComponents, byte[] bytes) { in ExifAttribute() method in ExifInterface.ExifAttribute
2943 public static ExifAttribute createUShort(int[] values, ByteOrder byteOrder) { in createUShort()
2950 return new ExifAttribute(IFD_FORMAT_USHORT, values.length, buffer.array()); in createUShort()
2953 public static ExifAttribute createUShort(int value, ByteOrder byteOrder) { in createUShort()
2957 public static ExifAttribute createULong(long[] values, ByteOrder byteOrder) { in createULong()
2964 return new ExifAttribute(IFD_FORMAT_ULONG, values.length, buffer.array()); in createULong()
2967 public static ExifAttribute createULong(long value, ByteOrder byteOrder) { in createULong()
2971 public static ExifAttribute createSLong(int[] values, ByteOrder byteOrder) { in createSLong()
2978 return new ExifAttribute(IFD_FORMAT_SLONG, values.length, buffer.array()); in createSLong()
[all …]
/frameworks/base/config/
Dpreloaded-classes1989 android.media.ExifInterface$ExifAttribute
Dboot-image-profile.txt24773 HSPLandroid/media/ExifInterface$ExifAttribute;-><init>(II[B)V
24774 …PLandroid/media/ExifInterface$ExifAttribute;->createULong([JLjava/nio/ByteOrder;)Landroid/media/Ex…
24775 …Landroid/media/ExifInterface$ExifAttribute;->createUShort([ILjava/nio/ByteOrder;)Landroid/media/Ex…
24776 HSPLandroid/media/ExifInterface$ExifAttribute;->getIntValue(Ljava/nio/ByteOrder;)I
24777 HSPLandroid/media/ExifInterface$ExifAttribute;->getStringValue(Ljava/nio/ByteOrder;)Ljava/lang/Stri…
24778 HSPLandroid/media/ExifInterface$ExifAttribute;->getValue(Ljava/nio/ByteOrder;)Ljava/lang/Object;
56347 Landroid/media/ExifInterface$ExifAttribute;