Home
last modified time | relevance | path

Searched refs:imageLengthAttribute (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
DExifInterface.java2290 ExifAttribute imageLengthAttribute = in getThumbnailBitmap() local
2294 if (imageLengthAttribute != null && imageWidthAttribute != null) { in getThumbnailBitmap()
2295 int imageLength = imageLengthAttribute.getIntValue(mExifByteOrder); in getThumbnailBitmap()
3045 ExifAttribute imageLengthAttribute = in getRafAttributes() local
3049 mAttributes[IFD_TYPE_PRIMARY].put(TAG_IMAGE_LENGTH, imageLengthAttribute); in getRafAttributes()
3283 ExifAttribute imageLengthAttribute = (ExifAttribute) in getOrfAttributes() local
3288 if (imageLengthAttribute != null && bitsPerSampleAttribute != null) { in getOrfAttributes()
3290 imageLengthAttribute); in getOrfAttributes()
4262 ExifAttribute imageLengthAttribute = in retrieveJpegImageSize() local
4267 if (imageLengthAttribute == null || imageWidthAttribute == null) { in retrieveJpegImageSize()
[all …]