Searched refs:thumbSize (Results 1 – 2 of 2) sorted by relevance
532 unsigned int thumbSize = 0; in makeExif() local537 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()
516 unsigned int thumbSize = 0; in makeExif() local526 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()