Home
last modified time | relevance | path

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

/hardware/samsung_slsi/exynos5/libcamera/
DExynosJpegEncoderForCamera.cpp532 unsigned int thumbSize = 0; in makeExif() local
537 ret = m_jpegMain->getOutBuf((char **)&thumbBuf, (int *)&thumbSize); in makeExif()
541 thumbSize = (unsigned int)m_jpegMain->getJpegSize(); in makeExif()
545 ret = m_jpegThumb->getOutBuf((char **)&thumbBuf, (int *)&thumbSize); in makeExif()
549 thumbSize = (unsigned int)m_jpegThumb->getJpegSize(); in makeExif()
553 if (exifInfo->enableThumb && (thumbBuf != NULL) && (thumbSize != 0)) { in makeExif()
582 1, thumbSize); in makeExif()
589 thumbBuf, thumbSize); in makeExif()
590 LongerTagOffest += thumbSize; in makeExif()
/hardware/samsung_slsi/exynos5/libcamera2/
DExynosJpegEncoderForCamera.cpp516 unsigned int thumbSize = 0; in makeExif() local
526 thumbSize = (unsigned int)m_jpegMain->getJpegSize(); in makeExif()
535 thumbSize = (unsigned int)m_jpegThumb->getJpegSize(); in makeExif()
540 if (exifInfo->enableThumb && (thumbBuf != NULL) && (thumbSize != 0)) { in makeExif()
569 1, thumbSize); in makeExif()
576 thumbBuf, thumbSize); in makeExif()
577 LongerTagOffest += thumbSize; in makeExif()