Home | History | Annotate | Download | only in libcamera

Lines Matching refs:thumbSize

532     unsigned int thumbSize = 0;
537 ret = m_jpegMain->getOutBuf((char **)&thumbBuf, (int *)&thumbSize);
541 thumbSize = (unsigned int)m_jpegMain->getJpegSize();
545 ret = m_jpegThumb->getOutBuf((char **)&thumbBuf, (int *)&thumbSize);
549 thumbSize = (unsigned int)m_jpegThumb->getJpegSize();
553 if (exifInfo->enableThumb && (thumbBuf != NULL) && (thumbSize != 0)) {
582 1, thumbSize);
589 thumbBuf, thumbSize);
590 LongerTagOffest += thumbSize;