Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java4124 ExifAttribute jpegInterchangeFormatLengthAttribute = in readImageFileDirectory() local
4131 jpegInterchangeFormatLengthAttribute); in readImageFileDirectory()
4332 ExifAttribute jpegInterchangeFormatLengthAttribute = in handleThumbnailFromJfif() local
4335 && jpegInterchangeFormatLengthAttribute != null) { in handleThumbnailFromJfif()
4337 int thumbnailLength = jpegInterchangeFormatLengthAttribute.getIntValue(mExifByteOrder); in handleThumbnailFromJfif()