Searched refs:createULong (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | ExifInterface.java | 602 public static ExifAttribute createULong(long[] values, ByteOrder byteOrder) { in createULong() method in ExifInterface.ExifAttribute 612 public static ExifAttribute createULong(long value, ByteOrder byteOrder) { in createULong() method in ExifInterface.ExifAttribute 613 return createULong(new long[] {value}, byteOrder); in createULong() 1592 ExifAttribute.createULong(longArray, mExifByteOrder)); in setAttribute() 2319 mAttributes[imageType].put(TAG_IMAGE_LENGTH, ExifAttribute.createULong( in getJpegAttributes() 2321 mAttributes[imageType].put(TAG_IMAGE_WIDTH, ExifAttribute.createULong( in getJpegAttributes() 2674 ExifAttribute.createULong(0, mExifByteOrder)); in addDefaultValuesForCompatibility() 2678 ExifAttribute.createULong(0, mExifByteOrder)); in addDefaultValuesForCompatibility() 2682 ExifAttribute.createULong(0, mExifByteOrder)); in addDefaultValuesForCompatibility() 2686 ExifAttribute.createULong(0, mExifByteOrder)); in addDefaultValuesForCompatibility() [all …]
|
/frameworks/support/exifinterface/src/android/support/media/ |
D | ExifInterface.java | 567 public static ExifAttribute createULong(long[] values, ByteOrder byteOrder) { in createULong() method in ExifInterface.ExifAttribute 577 public static ExifAttribute createULong(long value, ByteOrder byteOrder) { in createULong() method in ExifInterface.ExifAttribute 578 return createULong(new long[] {value}, byteOrder); in createULong() 1524 ExifAttribute.createULong(longArray, mExifByteOrder)); in setAttribute() 2257 mAttributes[imageType].put(TAG_IMAGE_LENGTH, ExifAttribute.createULong( in getJpegAttributes() 2259 mAttributes[imageType].put(TAG_IMAGE_WIDTH, ExifAttribute.createULong( in getJpegAttributes() 2616 ExifAttribute.createULong(0, mExifByteOrder)); in addDefaultValuesForCompatibility() 2620 ExifAttribute.createULong(0, mExifByteOrder)); in addDefaultValuesForCompatibility() 2624 ExifAttribute.createULong(0, mExifByteOrder)); in addDefaultValuesForCompatibility() 2628 ExifAttribute.createULong(0, mExifByteOrder)); in addDefaultValuesForCompatibility() [all …]
|