Home | History | Annotate | Download | only in libcamera

Lines Matching defs:bufSize

312         unsigned int bufSize = 0;
315 bufSize = EXIF_FILE_SIZE;
319 bufSize = EXIF_FILE_SIZE;
323 bufSize = EXIF_FILE_SIZE + thumbLen;
327 bufSize = EXIF_FILE_SIZE;
331 exifOut = new unsigned char[bufSize];
337 memset(exifOut, 0, bufSize);