Searched refs:imageLengthValue (Results 1 – 2 of 2) sorted by relevance
3119 int imageLengthValue = imageLengthAttribute.getIntValue(mExifByteOrder); in isThumbnail() local3121 if (imageLengthValue <= MAX_THUMBNAIL_SIZE && imageWidthValue <= MAX_THUMBNAIL_SIZE) { in isThumbnail()
3072 int imageLengthValue = imageLengthAttribute.getIntValue(mExifByteOrder); in isThumbnail() local3074 if (imageLengthValue <= MAX_THUMBNAIL_SIZE && imageWidthValue <= MAX_THUMBNAIL_SIZE) { in isThumbnail()