Searched refs:imageWidthAttribute (Results 1 – 1 of 1) sorted by relevance
2020 ExifAttribute imageWidthAttribute = in getThumbnailBitmap() local2022 if (imageLengthAttribute != null && imageWidthAttribute != null) { in getThumbnailBitmap()2024 int imageWidth = imageWidthAttribute.getIntValue(mExifByteOrder); in getThumbnailBitmap()2701 ExifAttribute imageWidthAttribute = in getRafAttributes() local2704 mAttributes[IFD_TYPE_PRIMARY].put(TAG_IMAGE_WIDTH, imageWidthAttribute); in getRafAttributes()3402 ExifAttribute imageWidthAttribute = in retrieveJpegImageSize() local3405 if (imageLengthAttribute == null || imageWidthAttribute == null) { in retrieveJpegImageSize()3599 ExifAttribute imageWidthAttribute = (ExifAttribute) map.get(TAG_IMAGE_WIDTH); in isThumbnail() local3601 if (imageLengthAttribute != null && imageWidthAttribute != null) { in isThumbnail()3603 int imageWidthValue = imageWidthAttribute.getIntValue(mExifByteOrder); in isThumbnail()[all …]