Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java2810 ExifAttribute jpegInterchangeFormatAttribute = in readImageFileDirectory() local
2817 jpegInterchangeFormatAttribute); in readImageFileDirectory()
2945 ExifAttribute jpegInterchangeFormatAttribute = in retrieveJpegImageSize() local
2947 if (jpegInterchangeFormatAttribute != null) { in retrieveJpegImageSize()
2949 jpegInterchangeFormatAttribute.getIntValue(mExifByteOrder); in retrieveJpegImageSize()
2988 ExifAttribute jpegInterchangeFormatAttribute = in handleThumbnailFromJfif() local
2992 if (jpegInterchangeFormatAttribute != null in handleThumbnailFromJfif()
2994 int thumbnailOffset = jpegInterchangeFormatAttribute.getIntValue(mExifByteOrder); in handleThumbnailFromJfif()
/frameworks/support/exifinterface/src/android/support/media/
DExifInterface.java2752 ExifAttribute jpegInterchangeFormatAttribute = in readImageFileDirectory() local
2759 jpegInterchangeFormatAttribute); in readImageFileDirectory()
2887 ExifAttribute jpegInterchangeFormatAttribute = in retrieveJpegImageSize() local
2889 if (jpegInterchangeFormatAttribute != null) { in retrieveJpegImageSize()
2891 jpegInterchangeFormatAttribute.getIntValue(mExifByteOrder); in retrieveJpegImageSize()
2931 ExifAttribute jpegInterchangeFormatAttribute = in handleThumbnailFromJfif() local
2935 if (jpegInterchangeFormatAttribute != null in handleThumbnailFromJfif()
2937 int thumbnailOffset = jpegInterchangeFormatAttribute.getIntValue(mExifByteOrder); in handleThumbnailFromJfif()