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