Searched refs:createULong (Results 1 – 3 of 3) sorted by relevance
/frameworks/support/exifinterface/src/main/java/androidx/exifinterface/media/ |
D | ExifInterface.java | 2957 public static ExifAttribute createULong(long[] values, ByteOrder byteOrder) { in createULong() method in ExifInterface.ExifAttribute 2967 public static ExifAttribute createULong(long value, ByteOrder byteOrder) { in createULong() method in ExifInterface.ExifAttribute 2968 return createULong(new long[] {value}, byteOrder); in createULong() 3949 ExifAttribute.createULong(longArray, mExifByteOrder)); in setAttribute() 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(0, mExifByteOrder)); [all …]
|
/frameworks/base/media/java/android/media/ |
D | ExifInterface.java | 606 public static ExifAttribute createULong(long[] values, ByteOrder byteOrder) { in createULong() method in ExifInterface.ExifAttribute 616 public static ExifAttribute createULong(long value, ByteOrder byteOrder) { in createULong() method in ExifInterface.ExifAttribute 617 return createULong(new long[] {value}, byteOrder); in createULong() 1598 ExifAttribute.createULong(longArray, mExifByteOrder)); in setAttribute() 2402 mAttributes[imageType].put(TAG_IMAGE_LENGTH, ExifAttribute.createULong( in getJpegAttributes() 2404 mAttributes[imageType].put(TAG_IMAGE_WIDTH, ExifAttribute.createULong( in getJpegAttributes() 2891 ExifAttribute.createULong(0, mExifByteOrder)); in addDefaultValuesForCompatibility() 2895 ExifAttribute.createULong(0, mExifByteOrder)); in addDefaultValuesForCompatibility() 2903 ExifAttribute.createULong(0, mExifByteOrder)); in addDefaultValuesForCompatibility() 3029 ExifAttribute.createULong(mOrfThumbnailOffset, mExifByteOrder); in readImageFileDirectory() [all …]
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 24774 HSPLandroid/media/ExifInterface$ExifAttribute;->createULong([JLjava/nio/ByteOrder;)Landroid/media/E…
|