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

  /hardware/samsung_slsi/exynos5/libcamera/
ExynosJpegEncoderForCamera.cpp 457 int commentsLen = strlen((char *)exifInfo->user_comment) + 1;
458 memmove(exifInfo->user_comment + sizeof(code), exifInfo->user_comment, commentsLen);
461 commentsLen + sizeof(code), exifInfo->user_comment, &LongerTagOffest, pIfdStart);
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosJpegEncoderForCamera.cpp 416 int commentsLen = strlen((char *)exifInfo->user_comment) + 1;
417 memmove(exifInfo->user_comment + sizeof(code), exifInfo->user_comment, commentsLen);
420 commentsLen + sizeof(code), exifInfo->user_comment, &LongerTagOffest, pIfdStart);

Completed in 54 milliseconds