Home | History | Annotate | Download | only in libcamera

Lines Matching refs:exifLen

310         unsigned int thumbLen, exifLen;
339 if (makeExif (exifOut, exifInfo, &exifLen)) {
345 if (exifLen <= EXIF_LIMIT_SIZE) {
346 memmove(pcJpegBuffer+exifLen+2, pcJpegBuffer+2, iJpegSize - 2);
347 memcpy(pcJpegBuffer+2, exifOut, exifLen);
348 iJpegSize += exifLen;