Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java1924 ExifAttribute imageWidthAttribute = in getThumbnailBitmap() local
1926 if (imageLengthAttribute != null && imageWidthAttribute != null) { in getThumbnailBitmap()
1928 int imageWidth = imageWidthAttribute.getIntValue(mExifByteOrder); in getThumbnailBitmap()
2429 ExifAttribute imageWidthAttribute = in getRafAttributes() local
2432 mAttributes[IFD_TYPE_PRIMARY].put(TAG_IMAGE_WIDTH, imageWidthAttribute); in getRafAttributes()
2940 ExifAttribute imageWidthAttribute = in retrieveJpegImageSize() local
2943 if (imageLengthAttribute == null || imageWidthAttribute == null) { in retrieveJpegImageSize()
3116 ExifAttribute imageWidthAttribute = (ExifAttribute) map.get(TAG_IMAGE_WIDTH); in isThumbnail() local
3118 if (imageLengthAttribute != null && imageWidthAttribute != null) { in isThumbnail()
3120 int imageWidthValue = imageWidthAttribute.getIntValue(mExifByteOrder); in isThumbnail()
[all …]
/frameworks/support/exifinterface/src/android/support/media/
DExifInterface.java1817 ExifAttribute imageWidthAttribute = in getThumbnailBitmap() local
1819 if (imageLengthAttribute != null && imageWidthAttribute != null) { in getThumbnailBitmap()
1821 int imageWidth = imageWidthAttribute.getIntValue(mExifByteOrder); in getThumbnailBitmap()
2367 ExifAttribute imageWidthAttribute = in getRafAttributes() local
2370 mAttributes[IFD_TYPE_PRIMARY].put(TAG_IMAGE_WIDTH, imageWidthAttribute); in getRafAttributes()
2882 ExifAttribute imageWidthAttribute = in retrieveJpegImageSize() local
2885 if (imageLengthAttribute == null || imageWidthAttribute == null) { in retrieveJpegImageSize()
3069 ExifAttribute imageWidthAttribute = (ExifAttribute) map.get(TAG_IMAGE_WIDTH); in isThumbnail() local
3071 if (imageLengthAttribute != null && imageWidthAttribute != null) { in isThumbnail()
3073 int imageWidthValue = imageWidthAttribute.getIntValue(mExifByteOrder); in isThumbnail()
[all …]