Lines Matching refs:mExifByteOrder

1297     private ByteOrder mExifByteOrder = ByteOrder.BIG_ENDIAN;  field in ExifInterface
1428 return attribute.getStringValue(mExifByteOrder); in getAttribute()
1436 Rational[] array = (Rational[]) attribute.getValue(mExifByteOrder); in getAttribute()
1446 return Double.toString(attribute.getDoubleValue(mExifByteOrder)); in getAttribute()
1469 return exifAttribute.getIntValue(mExifByteOrder); in getAttributeInt()
1490 return exifAttribute.getDoubleValue(mExifByteOrder); in getAttributeDouble()
1572 ExifAttribute.createUShort(intArray, mExifByteOrder)); in setAttribute()
1582 ExifAttribute.createSLong(intArray, mExifByteOrder)); in setAttribute()
1592 ExifAttribute.createULong(longArray, mExifByteOrder)); in setAttribute()
1604 ExifAttribute.createURational(rationalArray, mExifByteOrder)); in setAttribute()
1616 ExifAttribute.createSRational(rationalArray, mExifByteOrder)); in setAttribute()
1626 ExifAttribute.createDouble(doubleArray, mExifByteOrder)); in setAttribute()
1754 + ", tagValue: '" + tagValue.getStringValue(mExifByteOrder) + "'"); in printAttributes()
1927 int imageLength = imageLengthAttribute.getIntValue(mExifByteOrder); in getThumbnailBitmap()
1928 int imageWidth = imageWidthAttribute.getIntValue(mExifByteOrder); in getThumbnailBitmap()
2162 mExifByteOrder = readByteOrder(signatureInputStream); in isOrfFormat()
2164 signatureInputStream.setByteOrder(mExifByteOrder); in isOrfFormat()
2181 mExifByteOrder = readByteOrder(signatureInputStream); in isRw2Format()
2183 signatureInputStream.setByteOrder(mExifByteOrder); in isRw2Format()
2320 in.readUnsignedShort(), mExifByteOrder)); in getJpegAttributes()
2322 in.readUnsignedShort(), mExifByteOrder)); in getJpegAttributes()
2340 in.setByteOrder(mExifByteOrder); in getJpegAttributes()
2367 makerNoteDataInputStream.setByteOrder(mExifByteOrder); in getRawAttributes()
2428 ExifAttribute.createUShort(imageLength, mExifByteOrder); in getRafAttributes()
2430 ExifAttribute.createUShort(imageWidth, mExifByteOrder); in getRafAttributes()
2466 makerNoteDataInputStream.setByteOrder(mExifByteOrder); in getOrfAttributes()
2505 aspectFrameValues = (int[]) aspectFrameAttribute.getValue(mExifByteOrder); in getOrfAttributes()
2517 ExifAttribute.createUShort(primaryImageWidth, mExifByteOrder); in getOrfAttributes()
2519 ExifAttribute.createUShort(primaryImageLength, mExifByteOrder); in getOrfAttributes()
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()
2713 mExifByteOrder = readByteOrder(dataInputStream); in parseTiffHeaders()
2715 dataInputStream.setByteOrder(mExifByteOrder); in parseTiffHeaders()
2809 ExifAttribute.createUShort(DATA_JPEG, mExifByteOrder); in readImageFileDirectory()
2811 ExifAttribute.createULong(mOrfThumbnailOffset, mExifByteOrder); in readImageFileDirectory()
2813 ExifAttribute.createULong(mOrfThumbnailLength, mExifByteOrder); in readImageFileDirectory()
2898 && attribute.getStringValue(mExifByteOrder).contains(PEF_SIGNATURE)) in readImageFileDirectory()
2900 && attribute.getIntValue(mExifByteOrder) == 65535)) { in readImageFileDirectory()
2949 jpegInterchangeFormatAttribute.getIntValue(mExifByteOrder); in retrieveJpegImageSize()
2964 mThumbnailCompression = compressionAttribute.getIntValue(mExifByteOrder); in setThumbnailData()
2994 int thumbnailOffset = jpegInterchangeFormatAttribute.getIntValue(mExifByteOrder); in handleThumbnailFromJfif()
2995 int thumbnailLength = jpegInterchangeFormatLengthAttribute.getIntValue(mExifByteOrder); in handleThumbnailFromJfif()
3038 (long[]) stripOffsetsAttribute.getValue(mExifByteOrder); in handleThumbnailFromStrips()
3040 (long[]) stripByteCountsAttribute.getValue(mExifByteOrder); in handleThumbnailFromStrips()
3082 int[] bitsPerSampleValue = (int[]) bitsPerSampleAttribute.getValue(mExifByteOrder); in isSupportedDataType()
3094 = photometricInterpretationAttribute.getIntValue(mExifByteOrder); in isSupportedDataType()
3119 int imageLengthValue = imageLengthAttribute.getIntValue(mExifByteOrder); in isThumbnail()
3120 int imageWidthValue = imageWidthAttribute.getIntValue(mExifByteOrder); in isThumbnail()
3192 (Rational[]) defaultCropSizeAttribute.getValue(mExifByteOrder); in updateImageSizeValues()
3194 ExifAttribute.createURational(defaultCropSizeValue[0], mExifByteOrder); in updateImageSizeValues()
3196 ExifAttribute.createURational(defaultCropSizeValue[1], mExifByteOrder); in updateImageSizeValues()
3199 (int[]) defaultCropSizeAttribute.getValue(mExifByteOrder); in updateImageSizeValues()
3201 ExifAttribute.createUShort(defaultCropSizeValue[0], mExifByteOrder); in updateImageSizeValues()
3203 ExifAttribute.createUShort(defaultCropSizeValue[1], mExifByteOrder); in updateImageSizeValues()
3210 int topBorderValue = topBorderAttribute.getIntValue(mExifByteOrder); in updateImageSizeValues()
3211 int bottomBorderValue = bottomBorderAttribute.getIntValue(mExifByteOrder); in updateImageSizeValues()
3212 int rightBorderValue = rightBorderAttribute.getIntValue(mExifByteOrder); in updateImageSizeValues()
3213 int leftBorderValue = leftBorderAttribute.getIntValue(mExifByteOrder); in updateImageSizeValues()
3218 ExifAttribute.createUShort(length, mExifByteOrder); in updateImageSizeValues()
3220 ExifAttribute.createUShort(width, mExifByteOrder); in updateImageSizeValues()
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()
3326 ifdOffsets[IFD_TYPE_INTEROPERABILITY], mExifByteOrder)); in writeExifSegment()
3332 dataOutputStream.writeShort(mExifByteOrder == ByteOrder.BIG_ENDIAN in writeExifSegment()
3334 dataOutputStream.setByteOrder(mExifByteOrder); in writeExifSegment()
3809 int firstImageLengthValue = firstImageLengthAttribute.getIntValue(mExifByteOrder); in swapBasedOnImageSize()
3810 int firstImageWidthValue = firstImageWidthAttribute.getIntValue(mExifByteOrder); in swapBasedOnImageSize()
3811 int secondImageLengthValue = secondImageLengthAttribute.getIntValue(mExifByteOrder); in swapBasedOnImageSize()
3812 int secondImageWidthValue = secondImageWidthAttribute.getIntValue(mExifByteOrder); in swapBasedOnImageSize()