Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java4106 ExifAttribute jpegInterchangeFormatLengthAttribute = in readImageFileDirectory() local
4113 jpegInterchangeFormatLengthAttribute); in readImageFileDirectory()
4314 ExifAttribute jpegInterchangeFormatLengthAttribute = in handleThumbnailFromJfif() local
4317 && jpegInterchangeFormatLengthAttribute != null) { in handleThumbnailFromJfif()
4319 int thumbnailLength = jpegInterchangeFormatLengthAttribute.getIntValue(mExifByteOrder); in handleThumbnailFromJfif()