Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java4122 ExifAttribute jpegInterchangeFormatAttribute = in readImageFileDirectory() local
4129 jpegInterchangeFormatAttribute); in readImageFileDirectory()
4287 ExifAttribute jpegInterchangeFormatAttribute = in retrieveJpegImageSize() local
4289 if (jpegInterchangeFormatAttribute != null) { in retrieveJpegImageSize()
4291 jpegInterchangeFormatAttribute.getIntValue(mExifByteOrder); in retrieveJpegImageSize()
4330 ExifAttribute jpegInterchangeFormatAttribute = in handleThumbnailFromJfif() local
4334 if (jpegInterchangeFormatAttribute != null in handleThumbnailFromJfif()
4336 int thumbnailOffset = jpegInterchangeFormatAttribute.getIntValue(mExifByteOrder); in handleThumbnailFromJfif()