Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java2812 ExifAttribute jpegInterchangeFormatLengthAttribute = in readImageFileDirectory() local
2819 jpegInterchangeFormatLengthAttribute); in readImageFileDirectory()
2990 ExifAttribute jpegInterchangeFormatLengthAttribute = in handleThumbnailFromJfif() local
2993 && jpegInterchangeFormatLengthAttribute != null) { in handleThumbnailFromJfif()
2995 int thumbnailLength = jpegInterchangeFormatLengthAttribute.getIntValue(mExifByteOrder); in handleThumbnailFromJfif()
/frameworks/support/exifinterface/src/android/support/media/
DExifInterface.java2754 ExifAttribute jpegInterchangeFormatLengthAttribute = in readImageFileDirectory() local
2761 jpegInterchangeFormatLengthAttribute); in readImageFileDirectory()
2933 ExifAttribute jpegInterchangeFormatLengthAttribute = in handleThumbnailFromJfif() local
2936 && jpegInterchangeFormatLengthAttribute != null) { in handleThumbnailFromJfif()
2938 int thumbnailLength = jpegInterchangeFormatLengthAttribute.getIntValue(mExifByteOrder); in handleThumbnailFromJfif()