Searched defs:createULong (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
H A DExifInterface.java606 public static ExifAttribute createULong(long[] values, ByteOrder byteOrder) { method in class:ExifInterface.ExifAttribute
616 public static ExifAttribute createULong(long value, ByteOrder byteOrder) { method in class:ExifInterface.ExifAttribute
617 return createULong(new long[] {value}, byteOrder);
1598 ExifAttribute.createULong(longArray, mExifByteOrder));
2402 mAttributes[imageType].put(TAG_IMAGE_LENGTH, ExifAttribute.createULong(
2404 mAttributes[imageType].put(TAG_IMAGE_WIDTH, ExifAttribute.createULong(
2891 ExifAttribute.createULong(0, mExifByteOrder));
2895 ExifAttribute.createULong(0, mExifByteOrder));
2903 ExifAttribute.createULong(0, mExifByteOrder));
3029 ExifAttribute.createULong(mOrfThumbnailOffse
[all...]
/frameworks/support/exifinterface/src/main/java/androidx/exifinterface/media/
H A DExifInterface.java2957 public static ExifAttribute createULong(long[] values, ByteOrder byteOrder) { method in class:ExifInterface.ExifAttribute
2967 public static ExifAttribute createULong(long value, ByteOrder byteOrder) { method in class:ExifInterface.ExifAttribute
2968 return createULong(new long[] {value}, byteOrder);
3949 ExifAttribute.createULong(longArray, mExifByteOrder));
4896 mAttributes[imageType].put(TAG_IMAGE_LENGTH, ExifAttribute.createULong(
4898 mAttributes[imageType].put(TAG_IMAGE_WIDTH, ExifAttribute.createULong(
5255 ExifAttribute.createULong(0, mExifByteOrder));
5259 ExifAttribute.createULong(0, mExifByteOrder));
5263 ExifAttribute.createULong(0, mExifByteOrder));
5267 ExifAttribute.createULong(
[all...]

Completed in 43 milliseconds