Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java2018 ExifAttribute imageWidthAttribute = in getThumbnailBitmap() local
2020 if (imageLengthAttribute != null && imageWidthAttribute != null) { in getThumbnailBitmap()
2022 int imageWidth = imageWidthAttribute.getIntValue(mExifByteOrder); in getThumbnailBitmap()
2696 ExifAttribute imageWidthAttribute = in getRafAttributes() local
2699 mAttributes[IFD_TYPE_PRIMARY].put(TAG_IMAGE_WIDTH, imageWidthAttribute); in getRafAttributes()
3395 ExifAttribute imageWidthAttribute = in retrieveJpegImageSize() local
3398 if (imageLengthAttribute == null || imageWidthAttribute == null) { in retrieveJpegImageSize()
3580 ExifAttribute imageWidthAttribute = (ExifAttribute) map.get(TAG_IMAGE_WIDTH); in isThumbnail() local
3582 if (imageLengthAttribute != null && imageWidthAttribute != null) { in isThumbnail()
3584 int imageWidthValue = imageWidthAttribute.getIntValue(mExifByteOrder); in isThumbnail()
[all …]