Searched refs:jpegInterchangeFormatAttribute (Results 1 – 1 of 1) sorted by relevance
4122 ExifAttribute jpegInterchangeFormatAttribute = in readImageFileDirectory() local4129 jpegInterchangeFormatAttribute); in readImageFileDirectory()4287 ExifAttribute jpegInterchangeFormatAttribute = in retrieveJpegImageSize() local4289 if (jpegInterchangeFormatAttribute != null) { in retrieveJpegImageSize()4291 jpegInterchangeFormatAttribute.getIntValue(mExifByteOrder); in retrieveJpegImageSize()4330 ExifAttribute jpegInterchangeFormatAttribute = in handleThumbnailFromJfif() local4334 if (jpegInterchangeFormatAttribute != null in handleThumbnailFromJfif()4336 int thumbnailOffset = jpegInterchangeFormatAttribute.getIntValue(mExifByteOrder); in handleThumbnailFromJfif()