Lines Matching refs:imageWidthAttribute
1924 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()
3219 ExifAttribute imageWidthAttribute = in updateImageSizeValues() local
3222 mAttributes[imageType].put(TAG_IMAGE_WIDTH, imageWidthAttribute); in updateImageSizeValues()