Searched refs:jpegInterchangeFormatAttribute (Results 1 – 1 of 1) sorted by relevance
3242 ExifAttribute jpegInterchangeFormatAttribute = in readImageFileDirectory() local3249 jpegInterchangeFormatAttribute); in readImageFileDirectory()3407 ExifAttribute jpegInterchangeFormatAttribute = in retrieveJpegImageSize() local3409 if (jpegInterchangeFormatAttribute != null) { in retrieveJpegImageSize()3411 jpegInterchangeFormatAttribute.getIntValue(mExifByteOrder); in retrieveJpegImageSize()3450 ExifAttribute jpegInterchangeFormatAttribute = in handleThumbnailFromJfif() local3454 if (jpegInterchangeFormatAttribute != null in handleThumbnailFromJfif()3456 int thumbnailOffset = jpegInterchangeFormatAttribute.getIntValue(mExifByteOrder); in handleThumbnailFromJfif()