Lines Matching refs:createULong

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()
2811 ExifAttribute.createULong(mOrfThumbnailOffset, mExifByteOrder); in readImageFileDirectory()
2813 ExifAttribute.createULong(mOrfThumbnailLength, mExifByteOrder); in readImageFileDirectory()
3258 ExifAttribute.createULong(0, mExifByteOrder)); in writeExifSegment()
3262 ExifAttribute.createULong(0, mExifByteOrder)); in writeExifSegment()
3266 ExifAttribute.createULong(0, mExifByteOrder)); in writeExifSegment()
3270 ExifAttribute.createULong(0, mExifByteOrder)); in writeExifSegment()
3272 ExifAttribute.createULong(mThumbnailLength, mExifByteOrder)); in writeExifSegment()
3300 ExifAttribute.createULong(thumbnailOffset, mExifByteOrder)); in writeExifSegment()
3318 ExifAttribute.createULong(ifdOffsets[IFD_TYPE_EXIF], mExifByteOrder)); in writeExifSegment()
3322 ExifAttribute.createULong(ifdOffsets[IFD_TYPE_GPS], mExifByteOrder)); in writeExifSegment()
3325 mAttributes[IFD_TYPE_EXIF].put(EXIF_POINTER_TAGS[3].name, ExifAttribute.createULong( in writeExifSegment()