Lines Matching refs:jpegBuf
322 * @param jpegBuf address of a pointer to an image buffer that will receive the
327 * -# set <tt>*jpegBuf</tt> to NULL to tell TurboJPEG to allocate the
335 * set #TJFLAG_NOREALLOC, you should always check <tt>*jpegBuf</tt> upon
338 * the JPEG image buffer. If <tt>*jpegBuf</tt> points to a
353 int width, int pitch, int height, int pixelFormat, unsigned char **jpegBuf,
394 * @param jpegBuf pointer to a buffer containing a JPEG image
407 unsigned char *jpegBuf, unsigned long jpegSize, int *width, int *height,
428 * @param jpegBuf pointer to a buffer containing the JPEG image to decompress
467 unsigned char *jpegBuf, unsigned long jpegSize, unsigned char *dstBuf,
514 unsigned char *jpegBuf, unsigned long jpegSize, int *width, int *height);
517 unsigned char *jpegBuf, unsigned long jpegSize, unsigned char *dstBuf,