Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching refs:jpegBuf

639  * @param jpegBuf address of a pointer to an image buffer that will receive the
644 * -# set <tt>*jpegBuf</tt> to NULL to tell TurboJPEG to allocate the buffer
652 * you should always check <tt>*jpegBuf</tt> upon return from this function, as
656 * the JPEG image buffer. If <tt>*jpegBuf</tt> points to a pre-allocated
659 * bytes.) If <tt>*jpegBuf</tt> points to a JPEG image buffer that is being
676 int width, int pitch, int height, int pixelFormat, unsigned char **jpegBuf,
707 * @param jpegBuf address of a pointer to an image buffer that will receive the
712 * -# set <tt>*jpegBuf</tt> to NULL to tell TurboJPEG to allocate the buffer
720 * you should always check <tt>*jpegBuf</tt> upon return from this function, as
724 * the JPEG image buffer. If <tt>*jpegBuf</tt> points to a pre-allocated
727 * bytes.) If <tt>*jpegBuf</tt> points to a JPEG image buffer that is being
740 int width, int pad, int height, int subsamp, unsigned char **jpegBuf,
777 * @param jpegBuf address of a pointer to an image buffer that will receive the
782 * -# set <tt>*jpegBuf</tt> to NULL to tell TurboJPEG to allocate the buffer
790 * you should always check <tt>*jpegBuf</tt> upon return from this function, as
794 * the JPEG image buffer. If <tt>*jpegBuf</tt> points to a pre-allocated
797 * bytes.) If <tt>*jpegBuf</tt> points to a JPEG image buffer that is being
811 unsigned char **jpegBuf, unsigned long *jpegSize, int jpegQual, int flags);
1045 * @param jpegBuf pointer to a buffer containing a JPEG image. This buffer is
1067 unsigned char *jpegBuf, unsigned long jpegSize, int *width, int *height,
1089 * @param jpegBuf pointer to a buffer containing the JPEG image to decompress.
1135 unsigned char *jpegBuf, unsigned long jpegSize, unsigned char *dstBuf,
1146 * @param jpegBuf pointer to a buffer containing the JPEG image to decompress.
1186 unsigned char *jpegBuf, unsigned long jpegSize, unsigned char *dstBuf,
1197 * @param jpegBuf pointer to a buffer containing the JPEG image to decompress.
1243 unsigned char *jpegBuf, unsigned long jpegSize, unsigned char **dstPlanes,
1380 * @param jpegBuf pointer to a buffer containing the JPEG source image to
1420 DLLEXPORT int DLLCALL tjTransform(tjhandle handle, unsigned char *jpegBuf,
1519 unsigned char *jpegBuf, unsigned long jpegSize, int *width, int *height);
1522 unsigned char *jpegBuf, unsigned long jpegSize, int *width, int *height,
1526 unsigned char *jpegBuf, unsigned long jpegSize, unsigned char *dstBuf,
1530 unsigned char *jpegBuf, unsigned long jpegSize, unsigned char *dstBuf,