Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DExifInterface.java2018 ExifAttribute imageLengthAttribute = in getThumbnailBitmap() local
2022 if (imageLengthAttribute != null && imageWidthAttribute != null) { in getThumbnailBitmap()
2023 int imageLength = imageLengthAttribute.getIntValue(mExifByteOrder); in getThumbnailBitmap()
2699 ExifAttribute imageLengthAttribute = in getRafAttributes() local
2703 mAttributes[IFD_TYPE_PRIMARY].put(TAG_IMAGE_LENGTH, imageLengthAttribute); in getRafAttributes()
2908 ExifAttribute imageLengthAttribute = (ExifAttribute) in getOrfAttributes() local
2913 if (imageLengthAttribute != null && bitsPerSampleAttribute != null) { in getOrfAttributes()
2915 imageLengthAttribute); in getOrfAttributes()
3400 ExifAttribute imageLengthAttribute = in retrieveJpegImageSize() local
3405 if (imageLengthAttribute == null || imageWidthAttribute == null) { in retrieveJpegImageSize()
[all …]