Searched refs:imageLengthAttribute (Results 1 – 1 of 1) sorted by relevance
2018 ExifAttribute imageLengthAttribute = in getThumbnailBitmap() local2022 if (imageLengthAttribute != null && imageWidthAttribute != null) { in getThumbnailBitmap()2023 int imageLength = imageLengthAttribute.getIntValue(mExifByteOrder); in getThumbnailBitmap()2699 ExifAttribute imageLengthAttribute = in getRafAttributes() local2703 mAttributes[IFD_TYPE_PRIMARY].put(TAG_IMAGE_LENGTH, imageLengthAttribute); in getRafAttributes()2908 ExifAttribute imageLengthAttribute = (ExifAttribute) in getOrfAttributes() local2913 if (imageLengthAttribute != null && bitsPerSampleAttribute != null) { in getOrfAttributes()2915 imageLengthAttribute); in getOrfAttributes()3400 ExifAttribute imageLengthAttribute = in retrieveJpegImageSize() local3405 if (imageLengthAttribute == null || imageWidthAttribute == null) { in retrieveJpegImageSize()[all …]