Searched refs:imageLengthAttribute (Results 1 – 1 of 1) sorted by relevance
2299 ExifAttribute imageLengthAttribute = in getThumbnailBitmap() local2303 if (imageLengthAttribute != null && imageWidthAttribute != null) { in getThumbnailBitmap()2304 int imageLength = imageLengthAttribute.getIntValue(mExifByteOrder); in getThumbnailBitmap()3056 ExifAttribute imageLengthAttribute = in getRafAttributes() local3060 mAttributes[IFD_TYPE_PRIMARY].put(TAG_IMAGE_LENGTH, imageLengthAttribute); in getRafAttributes()3294 ExifAttribute imageLengthAttribute = (ExifAttribute) in getOrfAttributes() local3299 if (imageLengthAttribute != null && bitsPerSampleAttribute != null) { in getOrfAttributes()3301 imageLengthAttribute); in getOrfAttributes()4280 ExifAttribute imageLengthAttribute = in retrieveJpegImageSize() local4285 if (imageLengthAttribute == null || imageWidthAttribute == null) { in retrieveJpegImageSize()[all …]