Searched refs:imageWidthValue (Results 1 – 2 of 2) sorted by relevance
3295 int imageWidthValue = imageWidthAttribute.getIntValue(mExifByteOrder); in isThumbnail() local3296 if (imageLengthValue <= MAX_THUMBNAIL_SIZE && imageWidthValue <= MAX_THUMBNAIL_SIZE) { in isThumbnail()
5705 int imageWidthValue = imageWidthAttribute.getIntValue(mExifByteOrder);5706 if (imageLengthValue <= MAX_THUMBNAIL_SIZE && imageWidthValue <= MAX_THUMBNAIL_SIZE) {