Home | History | Annotate | Download | only in libcamera

Lines Matching refs:pJ

3639     unsigned char *pJ = (unsigned char *)pJPEG;
3674 if ((dwCopyBufLen == 1) && (pJPEG < pJ)) {
3675 unsigned char checkBuf[2] = { *(pJ - 1), *pSrc };
3683 memcpy(pJ, pSrc, size);
3687 pJ += dwCopyBufLen;