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