Home | History | Annotate | Download | only in libjpeg_turbo

Lines Matching refs:srcBuf

518  * @param srcBuf pointer to an image buffer containing RGB or grayscale pixels
561 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, unsigned char *srcBuf,
624 * @param srcBuf pointer to an image buffer containing RGB or grayscale pixels
650 unsigned char *srcBuf, int width, int pitch, int height, int pixelFormat,
908 DLLEXPORT int DLLCALL tjCompress(tjhandle handle, unsigned char *srcBuf,
913 unsigned char *srcBuf, int width, int pitch, int height, int pixelSize,