Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java1922 ExifAttribute imageLengthAttribute = in getThumbnailBitmap() local
1926 if (imageLengthAttribute != null && imageWidthAttribute != null) { in getThumbnailBitmap()
1927 int imageLength = imageLengthAttribute.getIntValue(mExifByteOrder); in getThumbnailBitmap()
2427 ExifAttribute imageLengthAttribute = in getRafAttributes() local
2431 mAttributes[IFD_TYPE_PRIMARY].put(TAG_IMAGE_LENGTH, imageLengthAttribute); in getRafAttributes()
2486 ExifAttribute imageLengthAttribute = (ExifAttribute) in getOrfAttributes() local
2491 if (imageLengthAttribute != null && bitsPerSampleAttribute != null) { in getOrfAttributes()
2493 imageLengthAttribute); in getOrfAttributes()
2938 ExifAttribute imageLengthAttribute = in retrieveJpegImageSize() local
2943 if (imageLengthAttribute == null || imageWidthAttribute == null) { in retrieveJpegImageSize()
[all …]
/frameworks/support/exifinterface/src/android/support/media/
DExifInterface.java1815 ExifAttribute imageLengthAttribute = in getThumbnailBitmap() local
1819 if (imageLengthAttribute != null && imageWidthAttribute != null) { in getThumbnailBitmap()
1820 int imageLength = imageLengthAttribute.getIntValue(mExifByteOrder); in getThumbnailBitmap()
2365 ExifAttribute imageLengthAttribute = in getRafAttributes() local
2369 mAttributes[IFD_TYPE_PRIMARY].put(TAG_IMAGE_LENGTH, imageLengthAttribute); in getRafAttributes()
2424 ExifAttribute imageLengthAttribute = (ExifAttribute) in getOrfAttributes() local
2429 if (imageLengthAttribute != null && bitsPerSampleAttribute != null) { in getOrfAttributes()
2431 imageLengthAttribute); in getOrfAttributes()
2880 ExifAttribute imageLengthAttribute = in retrieveJpegImageSize() local
2885 if (imageLengthAttribute == null || imageWidthAttribute == null) { in retrieveJpegImageSize()
[all …]