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