Searched refs:imageWidthAttribute (Results 1 – 2 of 2) sorted by relevance
1924 ExifAttribute imageWidthAttribute = in getThumbnailBitmap() local1926 if (imageLengthAttribute != null && imageWidthAttribute != null) { in getThumbnailBitmap()1928 int imageWidth = imageWidthAttribute.getIntValue(mExifByteOrder); in getThumbnailBitmap()2429 ExifAttribute imageWidthAttribute = in getRafAttributes() local2432 mAttributes[IFD_TYPE_PRIMARY].put(TAG_IMAGE_WIDTH, imageWidthAttribute); in getRafAttributes()2940 ExifAttribute imageWidthAttribute = in retrieveJpegImageSize() local2943 if (imageLengthAttribute == null || imageWidthAttribute == null) { in retrieveJpegImageSize()3116 ExifAttribute imageWidthAttribute = (ExifAttribute) map.get(TAG_IMAGE_WIDTH); in isThumbnail() local3118 if (imageLengthAttribute != null && imageWidthAttribute != null) { in isThumbnail()3120 int imageWidthValue = imageWidthAttribute.getIntValue(mExifByteOrder); in isThumbnail()[all …]
1817 ExifAttribute imageWidthAttribute = in getThumbnailBitmap() local1819 if (imageLengthAttribute != null && imageWidthAttribute != null) { in getThumbnailBitmap()1821 int imageWidth = imageWidthAttribute.getIntValue(mExifByteOrder); in getThumbnailBitmap()2367 ExifAttribute imageWidthAttribute = in getRafAttributes() local2370 mAttributes[IFD_TYPE_PRIMARY].put(TAG_IMAGE_WIDTH, imageWidthAttribute); in getRafAttributes()2882 ExifAttribute imageWidthAttribute = in retrieveJpegImageSize() local2885 if (imageLengthAttribute == null || imageWidthAttribute == null) { in retrieveJpegImageSize()3069 ExifAttribute imageWidthAttribute = (ExifAttribute) map.get(TAG_IMAGE_WIDTH); in isThumbnail() local3071 if (imageLengthAttribute != null && imageWidthAttribute != null) { in isThumbnail()3073 int imageWidthValue = imageWidthAttribute.getIntValue(mExifByteOrder); in isThumbnail()[all …]