Searched refs:imageLengthAttribute (Results 1 – 1 of 1) sorted by relevance
2290 ExifAttribute imageLengthAttribute = in getThumbnailBitmap() local2294 if (imageLengthAttribute != null && imageWidthAttribute != null) { in getThumbnailBitmap()2295 int imageLength = imageLengthAttribute.getIntValue(mExifByteOrder); in getThumbnailBitmap()3045 ExifAttribute imageLengthAttribute = in getRafAttributes() local3049 mAttributes[IFD_TYPE_PRIMARY].put(TAG_IMAGE_LENGTH, imageLengthAttribute); in getRafAttributes()3283 ExifAttribute imageLengthAttribute = (ExifAttribute) in getOrfAttributes() local3288 if (imageLengthAttribute != null && bitsPerSampleAttribute != null) { in getOrfAttributes()3290 imageLengthAttribute); in getOrfAttributes()4262 ExifAttribute imageLengthAttribute = in retrieveJpegImageSize() local4267 if (imageLengthAttribute == null || imageWidthAttribute == null) { in retrieveJpegImageSize()[all …]