Searched refs:createUShort (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | ExifInterface.java | 624 public static ExifAttribute createUShort(int[] values, ByteOrder byteOrder) { in createUShort() method in ExifInterface.ExifAttribute 634 public static ExifAttribute createUShort(int value, ByteOrder byteOrder) { in createUShort() method in ExifInterface.ExifAttribute 635 return createUShort(new int[] {value}, byteOrder); in createUShort() 1640 ExifAttribute.createUShort(intArray, mExifByteOrder)); in setAttribute() 2695 ExifAttribute.createUShort(imageLength, mExifByteOrder); in getRafAttributes() 2697 ExifAttribute.createUShort(imageWidth, mExifByteOrder); in getRafAttributes() 2797 ExifAttribute.createUShort(Integer.parseInt(width), mExifByteOrder)); in getHeifAttributes() 2802 ExifAttribute.createUShort(Integer.parseInt(height), mExifByteOrder)); in getHeifAttributes() 2822 ExifAttribute.createUShort(orientation, mExifByteOrder)); in getHeifAttributes() 2932 ExifAttribute.createUShort(primaryImageWidth, mExifByteOrder); in getOrfAttributes() [all …]
|