Searched refs:createUShort (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | ExifInterface.java | 588 public static ExifAttribute createUShort(int[] values, ByteOrder byteOrder) { in createUShort() method in ExifInterface.ExifAttribute 598 public static ExifAttribute createUShort(int value, ByteOrder byteOrder) { in createUShort() method in ExifInterface.ExifAttribute 599 return createUShort(new int[] {value}, byteOrder); in createUShort() 1572 ExifAttribute.createUShort(intArray, mExifByteOrder)); in setAttribute() 2428 ExifAttribute.createUShort(imageLength, mExifByteOrder); in getRafAttributes() 2430 ExifAttribute.createUShort(imageWidth, mExifByteOrder); in getRafAttributes() 2517 ExifAttribute.createUShort(primaryImageWidth, mExifByteOrder); in getOrfAttributes() 2519 ExifAttribute.createUShort(primaryImageLength, mExifByteOrder); in getOrfAttributes() 2809 ExifAttribute.createUShort(DATA_JPEG, mExifByteOrder); in readImageFileDirectory() 3201 ExifAttribute.createUShort(defaultCropSizeValue[0], mExifByteOrder); in updateImageSizeValues() [all …]
|
/frameworks/support/exifinterface/src/android/support/media/ |
D | ExifInterface.java | 553 public static ExifAttribute createUShort(int[] values, ByteOrder byteOrder) { in createUShort() method in ExifInterface.ExifAttribute 563 public static ExifAttribute createUShort(int value, ByteOrder byteOrder) { in createUShort() method in ExifInterface.ExifAttribute 564 return createUShort(new int[] {value}, byteOrder); in createUShort() 1504 ExifAttribute.createUShort(intArray, mExifByteOrder)); in setAttribute() 2366 ExifAttribute.createUShort(imageLength, mExifByteOrder); in getRafAttributes() 2368 ExifAttribute.createUShort(imageWidth, mExifByteOrder); in getRafAttributes() 2459 ExifAttribute.createUShort(primaryImageWidth, mExifByteOrder); in getOrfAttributes() 2461 ExifAttribute.createUShort(primaryImageLength, mExifByteOrder); in getOrfAttributes() 2751 ExifAttribute.createUShort(DATA_JPEG, mExifByteOrder); in readImageFileDirectory() 3164 ExifAttribute.createUShort(defaultCropSizeValue[0], mExifByteOrder); in updateImageSizeValues() [all …]
|