HomeSort by relevance Sort by last modified time
    Searched full:exiflen (Results 1 - 2 of 2) sorted by null

  /hardware/samsung_slsi/exynos5/libcamera/
ExynosJpegEncoderForCamera.cpp 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;
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosJpegEncoderForCamera.cpp 269 unsigned int thumbLen, exifLen;
298 if (makeExif (exifOut, exifInfo, &exifLen)) {
304 if (exifLen <= EXIF_LIMIT_SIZE) {
305 memmove(pcJpegBuffer+exifLen+2, pcJpegBuffer+2, iJpegSize - 2);
306 memcpy(pcJpegBuffer+2, exifOut, exifLen);
307 iJpegSize += exifLen;

Completed in 1742 milliseconds