Searched refs:thumbLen (Results 1 – 2 of 2) sorted by relevance
287 unsigned int thumbLen, exifLen; in encode() local291 if (encodeThumbnail(&thumbLen)) { in encode()295 if (thumbLen > EXIF_LIMIT_SIZE) { in encode()300 bufSize = EXIF_FILE_SIZE + thumbLen; in encode()
310 unsigned int thumbLen, exifLen; in encode() local314 if (encodeThumbnail(&thumbLen)) { in encode()318 if (thumbLen > EXIF_LIMIT_SIZE) { in encode()323 bufSize = EXIF_FILE_SIZE + thumbLen; in encode()