Searched refs:imageLengthAttribute (Results 1 – 2 of 2) sorted by relevance
1922 ExifAttribute imageLengthAttribute = in getThumbnailBitmap() local1926 if (imageLengthAttribute != null && imageWidthAttribute != null) { in getThumbnailBitmap()1927 int imageLength = imageLengthAttribute.getIntValue(mExifByteOrder); in getThumbnailBitmap()2427 ExifAttribute imageLengthAttribute = in getRafAttributes() local2431 mAttributes[IFD_TYPE_PRIMARY].put(TAG_IMAGE_LENGTH, imageLengthAttribute); in getRafAttributes()2486 ExifAttribute imageLengthAttribute = (ExifAttribute) in getOrfAttributes() local2491 if (imageLengthAttribute != null && bitsPerSampleAttribute != null) { in getOrfAttributes()2493 imageLengthAttribute); in getOrfAttributes()2938 ExifAttribute imageLengthAttribute = in retrieveJpegImageSize() local2943 if (imageLengthAttribute == null || imageWidthAttribute == null) { in retrieveJpegImageSize()[all …]
1815 ExifAttribute imageLengthAttribute = in getThumbnailBitmap() local1819 if (imageLengthAttribute != null && imageWidthAttribute != null) { in getThumbnailBitmap()1820 int imageLength = imageLengthAttribute.getIntValue(mExifByteOrder); in getThumbnailBitmap()2365 ExifAttribute imageLengthAttribute = in getRafAttributes() local2369 mAttributes[IFD_TYPE_PRIMARY].put(TAG_IMAGE_LENGTH, imageLengthAttribute); in getRafAttributes()2424 ExifAttribute imageLengthAttribute = (ExifAttribute) in getOrfAttributes() local2429 if (imageLengthAttribute != null && bitsPerSampleAttribute != null) { in getOrfAttributes()2431 imageLengthAttribute); in getOrfAttributes()2880 ExifAttribute imageLengthAttribute = in retrieveJpegImageSize() local2885 if (imageLengthAttribute == null || imageWidthAttribute == null) { in retrieveJpegImageSize()[all …]