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