Home
last modified time | relevance | path

Searched refs:jpegInterchangeFormatAttribute (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/media/java/android/media/
H A DExifInterface.java4104 ExifAttribute jpegInterchangeFormatAttribute = in readImageFileDirectory() local
4111 jpegInterchangeFormatAttribute); in readImageFileDirectory()
4269 ExifAttribute jpegInterchangeFormatAttribute = in retrieveJpegImageSize() local
4271 if (jpegInterchangeFormatAttribute != null) { in retrieveJpegImageSize()
4273 jpegInterchangeFormatAttribute.getIntValue(mExifByteOrder); in retrieveJpegImageSize()
4312 ExifAttribute jpegInterchangeFormatAttribute = in handleThumbnailFromJfif() local
4316 if (jpegInterchangeFormatAttribute != null in handleThumbnailFromJfif()
4318 int thumbnailOffset = jpegInterchangeFormatAttribute.getIntValue(mExifByteOrder); in handleThumbnailFromJfif()