Searched refs:jpegInterchangeFormatAttribute (Results 1 – 1 of 1) sorted by relevance
4104 ExifAttribute jpegInterchangeFormatAttribute = in readImageFileDirectory() local4111 jpegInterchangeFormatAttribute); in readImageFileDirectory()4269 ExifAttribute jpegInterchangeFormatAttribute = in retrieveJpegImageSize() local4271 if (jpegInterchangeFormatAttribute != null) { in retrieveJpegImageSize()4273 jpegInterchangeFormatAttribute.getIntValue(mExifByteOrder); in retrieveJpegImageSize()4312 ExifAttribute jpegInterchangeFormatAttribute = in handleThumbnailFromJfif() local4316 if (jpegInterchangeFormatAttribute != null in handleThumbnailFromJfif()4318 int thumbnailOffset = jpegInterchangeFormatAttribute.getIntValue(mExifByteOrder); in handleThumbnailFromJfif()