Home
last modified time | relevance | path

Searched refs:thumbLen (Results 1 – 2 of 2) sorted by relevance

/hardware/samsung_slsi/exynos5/libcamera2/
DExynosJpegEncoderForCamera.cpp287 unsigned int thumbLen, exifLen; in encode() local
291 if (encodeThumbnail(&thumbLen)) { in encode()
295 if (thumbLen > EXIF_LIMIT_SIZE) { in encode()
300 bufSize = EXIF_FILE_SIZE + thumbLen; in encode()
/hardware/samsung_slsi/exynos5/libcamera/
DExynosJpegEncoderForCamera.cpp310 unsigned int thumbLen, exifLen; in encode() local
314 if (encodeThumbnail(&thumbLen)) { in encode()
318 if (thumbLen > EXIF_LIMIT_SIZE) { in encode()
323 bufSize = EXIF_FILE_SIZE + thumbLen; in encode()