Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java2987 ExifAttribute jpegInterchangeFormatLengthAttribute = in readImageFileDirectory() local
2994 jpegInterchangeFormatLengthAttribute); in readImageFileDirectory()
3165 ExifAttribute jpegInterchangeFormatLengthAttribute = in handleThumbnailFromJfif() local
3168 && jpegInterchangeFormatLengthAttribute != null) { in handleThumbnailFromJfif()
3170 int thumbnailLength = jpegInterchangeFormatLengthAttribute.getIntValue(mExifByteOrder); in handleThumbnailFromJfif()
/frameworks/support/exifinterface/src/android/support/media/
DExifInterface.java5386 ExifAttribute jpegInterchangeFormatLengthAttribute =
5393 jpegInterchangeFormatLengthAttribute);
5565 ExifAttribute jpegInterchangeFormatLengthAttribute =
5568 && jpegInterchangeFormatLengthAttribute != null) {
5570 int thumbnailLength = jpegInterchangeFormatLengthAttribute.getIntValue(mExifByteOrder);