Home
last modified time | relevance | path

Searched refs:createUShort (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/media/java/android/media/
DExifInterface.java592 public static ExifAttribute createUShort(int[] values, ByteOrder byteOrder) { in createUShort() method in ExifInterface.ExifAttribute
602 public static ExifAttribute createUShort(int value, ByteOrder byteOrder) { in createUShort() method in ExifInterface.ExifAttribute
603 return createUShort(new int[] {value}, byteOrder); in createUShort()
1578 ExifAttribute.createUShort(intArray, mExifByteOrder)); in setAttribute()
2511 ExifAttribute.createUShort(imageLength, mExifByteOrder); in getRafAttributes()
2513 ExifAttribute.createUShort(imageWidth, mExifByteOrder); in getRafAttributes()
2599 ExifAttribute.createUShort(Integer.parseInt(width), mExifByteOrder)); in getHeifAttributes()
2604 ExifAttribute.createUShort(Integer.parseInt(height), mExifByteOrder)); in getHeifAttributes()
2624 ExifAttribute.createUShort(orientation, mExifByteOrder)); in getHeifAttributes()
2734 ExifAttribute.createUShort(primaryImageWidth, mExifByteOrder); in getOrfAttributes()
[all …]
/frameworks/support/exifinterface/src/main/java/androidx/exifinterface/media/
DExifInterface.java2943 public static ExifAttribute createUShort(int[] values, ByteOrder byteOrder) { in createUShort() method in ExifInterface.ExifAttribute
2953 public static ExifAttribute createUShort(int value, ByteOrder byteOrder) { in createUShort() method in ExifInterface.ExifAttribute
2954 return createUShort(new int[] {value}, byteOrder); in createUShort()
3929 ExifAttribute.createUShort(intArray, mExifByteOrder)); in setAttribute()
5005 ExifAttribute.createUShort(imageLength, mExifByteOrder);
5007 ExifAttribute.createUShort(imageWidth, mExifByteOrder);
5098 ExifAttribute.createUShort(primaryImageWidth, mExifByteOrder);
5100 ExifAttribute.createUShort(primaryImageLength, mExifByteOrder);
5395 ExifAttribute.createUShort(DATA_JPEG, mExifByteOrder);
5808 ExifAttribute.createUShort(defaultCropSizeValue[0], mExifByteOrder);
[all …]
/frameworks/base/config/
Dboot-image-profile.txt24775 HSPLandroid/media/ExifInterface$ExifAttribute;->createUShort([ILjava/nio/ByteOrder;)Landroid/media/…