Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java465 public static ExifAttribute createULong(long[] values, ByteOrder byteOrder) { in createULong() method in ExifInterface.ExifAttribute
475 public static ExifAttribute createULong(long value, ByteOrder byteOrder) { in createULong() method in ExifInterface.ExifAttribute
476 return createULong(new long[] {value}, byteOrder); in createULong()
1368 ExifAttribute.createULong(longArray, mExifByteOrder)); in setAttribute()
1927 mAttributes[IFD_TIFF_HINT].put(TAG_IMAGE_LENGTH, ExifAttribute.createULong( in getJpegAttributes()
1929 mAttributes[IFD_TIFF_HINT].put(TAG_IMAGE_WIDTH, ExifAttribute.createULong( in getJpegAttributes()
2147 ExifAttribute.createULong(0, mExifByteOrder)); in addDefaultValuesForCompatibility()
2151 ExifAttribute.createULong(0, mExifByteOrder)); in addDefaultValuesForCompatibility()
2155 ExifAttribute.createULong(0, mExifByteOrder)); in addDefaultValuesForCompatibility()
2159 ExifAttribute.createULong(0, mExifByteOrder)); in addDefaultValuesForCompatibility()
[all …]