Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java2299 ExifAttribute imageLengthAttribute = in getThumbnailBitmap() local
2303 if (imageLengthAttribute != null && imageWidthAttribute != null) { in getThumbnailBitmap()
2304 int imageLength = imageLengthAttribute.getIntValue(mExifByteOrder); in getThumbnailBitmap()
3056 ExifAttribute imageLengthAttribute = in getRafAttributes() local
3060 mAttributes[IFD_TYPE_PRIMARY].put(TAG_IMAGE_LENGTH, imageLengthAttribute); in getRafAttributes()
3294 ExifAttribute imageLengthAttribute = (ExifAttribute) in getOrfAttributes() local
3299 if (imageLengthAttribute != null && bitsPerSampleAttribute != null) { in getOrfAttributes()
3301 imageLengthAttribute); in getOrfAttributes()
4280 ExifAttribute imageLengthAttribute = in retrieveJpegImageSize() local
4285 if (imageLengthAttribute == null || imageWidthAttribute == null) { in retrieveJpegImageSize()
[all …]