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