• Home
  • Raw
  • Download

Lines Matching refs:memcpy

276     memcpy(m_pJpegInputBuffer, m_pExtInBuf, m_iInBufSize-JPEG_WA_BUFFER_SIZE);  in encode()
347 memcpy(pcJpegBuffer+2, exifOut, exifLen); in encode()
371 memcpy(pCur, ExifIdentifierCode, 6); in makeExif()
376 memcpy(pCur, TiffHeader, 8); in makeExif()
386 memcpy(pCur, &tmp, NUM_SIZE); in makeExif()
421 memcpy(pCur, &tmp , NUM_SIZE); in makeExif()
459 memcpy(exifInfo->user_comment, code, sizeof(code)); in makeExif()
475 memcpy(pCur, &tmp, OFFSET_SIZE); // next IFD offset in makeExif()
491 memcpy(pCur, &tmp, NUM_SIZE); in makeExif()
518 memcpy(tmp_buf, ExifAsciiPrefix, sizeof(ExifAsciiPrefix)); in makeExif()
519 memcpy(&tmp_buf[sizeof(ExifAsciiPrefix)], exifInfo->gps_processing_method, tmp); in makeExif()
526 memcpy(pCur, &tmp, OFFSET_SIZE); // next IFD offset in makeExif()
555 memcpy(pNextIfdOffset, &tmp, OFFSET_SIZE); // NEXT IFD offset skipped on 0th IFD in makeExif()
560 memcpy(pCur, &tmp, NUM_SIZE); in makeExif()
585 memcpy(pCur, &tmp, OFFSET_SIZE); // next IFD offset in makeExif()
588 memcpy(pIfdStart + LongerTagOffest, in makeExif()
594 memcpy(pNextIfdOffset, &tmp, OFFSET_SIZE); // NEXT IFD offset skipped on 0th IFD in makeExif()
598 memcpy(pNextIfdOffset, &tmp, OFFSET_SIZE); // NEXT IFD offset skipped on 0th IFD in makeExif()
602 memcpy(pApp1Start, App1Marker, 2); in makeExif()
608 memcpy(pApp1Start, size_mm, 2); in makeExif()
622 memcpy(*pCur, &tag, 2); in writeExifIfd()
624 memcpy(*pCur, &type, 2); in writeExifIfd()
626 memcpy(*pCur, &count, 4); in writeExifIfd()
628 memcpy(*pCur, &value, 4); in writeExifIfd()
640 memcpy(buf, pValue, count); in writeExifIfd()
641 memcpy(*pCur, &tag, 2); in writeExifIfd()
643 memcpy(*pCur, &type, 2); in writeExifIfd()
645 memcpy(*pCur, &count, 4); in writeExifIfd()
647 memcpy(*pCur, buf, 4); in writeExifIfd()
659 memcpy(*pCur, &tag, 2); in writeExifIfd()
661 memcpy(*pCur, &type, 2); in writeExifIfd()
663 memcpy(*pCur, &count, 4); in writeExifIfd()
665 memcpy(*pCur, offset, 4); in writeExifIfd()
667 memcpy(start + *offset, pValue, count); in writeExifIfd()
679 memcpy(*pCur, &tag, 2); in writeExifIfd()
681 memcpy(*pCur, &type, 2); in writeExifIfd()
683 memcpy(*pCur, &count, 4); in writeExifIfd()
685 memcpy(*pCur, offset, 4); in writeExifIfd()
687 memcpy(start + *offset, pValue, 8 * count); in writeExifIfd()