Home | History | Annotate | Download | only in libcamera

Lines Matching refs:memcpy

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