Searched refs:imageWidthAttribute (Results 1 – 1 of 1) sorted by relevance
2301 ExifAttribute imageWidthAttribute = in getThumbnailBitmap() local2303 if (imageLengthAttribute != null && imageWidthAttribute != null) { in getThumbnailBitmap()2305 int imageWidth = imageWidthAttribute.getIntValue(mExifByteOrder); in getThumbnailBitmap()3058 ExifAttribute imageWidthAttribute = in getRafAttributes() local3061 mAttributes[IFD_TYPE_PRIMARY].put(TAG_IMAGE_WIDTH, imageWidthAttribute); in getRafAttributes()4282 ExifAttribute imageWidthAttribute = in retrieveJpegImageSize() local4285 if (imageLengthAttribute == null || imageWidthAttribute == null) { in retrieveJpegImageSize()4484 ExifAttribute imageWidthAttribute = (ExifAttribute) map.get(TAG_IMAGE_WIDTH); in isThumbnail() local4486 if (imageLengthAttribute != null && imageWidthAttribute != null) { in isThumbnail()4488 int imageWidthValue = imageWidthAttribute.getIntValue(mExifByteOrder); in isThumbnail()[all …]