Searched refs:createULong (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | ExifInterface.java | 638 public static ExifAttribute createULong(long[] values, ByteOrder byteOrder) { in createULong() method in ExifInterface.ExifAttribute 648 public static ExifAttribute createULong(long value, ByteOrder byteOrder) { in createULong() method in ExifInterface.ExifAttribute 649 return createULong(new long[] {value}, byteOrder); in createULong() 1660 ExifAttribute.createULong(longArray, mExifByteOrder)); in setAttribute() 2586 mAttributes[imageType].put(TAG_IMAGE_LENGTH, ExifAttribute.createULong( in getJpegAttributes() 2588 mAttributes[imageType].put(TAG_IMAGE_WIDTH, ExifAttribute.createULong( in getJpegAttributes() 3089 ExifAttribute.createULong(0, mExifByteOrder)); in addDefaultValuesForCompatibility() 3093 ExifAttribute.createULong(0, mExifByteOrder)); in addDefaultValuesForCompatibility() 3101 ExifAttribute.createULong(0, mExifByteOrder)); in addDefaultValuesForCompatibility() 3236 ExifAttribute.createULong(mOrfThumbnailOffset, mExifByteOrder); in readImageFileDirectory() [all …]
|