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