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

Lines Matching refs:jpegBuf

758 	int width, int pitch, int height, int pixelFormat, unsigned char **jpegBuf,
771 || pixelFormat>=TJ_NUMPF || jpegBuf==NULL || jpegSize==NULL
807 jpeg_mem_dest_tj(cinfo, jpegBuf, jpegSize, alloc);
836 int width, int pitch, int height, int pixelSize, unsigned char *jpegBuf,
844 getPixelFormat(pixelSize, flags), jpegBuf, jpegSubsamp, flags);
849 getPixelFormat(pixelSize, flags), &jpegBuf, &size, jpegSubsamp, jpegQual,
1080 int subsamp, unsigned char **jpegBuf, unsigned long *jpegSize, int jpegQual,
1099 || subsamp>=NUMSUBOPT || jpegBuf==NULL || jpegSize==NULL || jpegQual<0
1122 jpeg_mem_dest_tj(cinfo, jpegBuf, jpegSize, alloc);
1217 unsigned char **jpegBuf, unsigned long *jpegSize, int jpegQual, int flags)
1245 subsamp, jpegBuf, jpegSize, jpegQual, flags);
1295 const unsigned char *jpegBuf, unsigned long jpegSize, int *width,
1304 if(jpegBuf==NULL || jpegSize<=0 || width==NULL || height==NULL
1314 jpeg_mem_src_tj(dinfo, jpegBuf, jpegSize);
1345 unsigned char *jpegBuf, unsigned long jpegSize, int *width, int *height,
1349 return tjDecompressHeader3(handle, jpegBuf, jpegSize, width, height,
1354 unsigned char *jpegBuf, unsigned long jpegSize, int *width, int *height)
1357 return tjDecompressHeader2(handle, jpegBuf, jpegSize, width, height,
1377 const unsigned char *jpegBuf, unsigned long jpegSize, unsigned char *dstBuf,
1391 if(jpegBuf==NULL || jpegSize<=0 || dstBuf==NULL || width<0 || pitch<0
1405 jpeg_mem_src_tj(dinfo, jpegBuf, jpegSize);
1482 DLLEXPORT int DLLCALL tjDecompress(tjhandle handle, unsigned char *jpegBuf,
1487 return tjDecompressToYUV(handle, jpegBuf, jpegSize, dstBuf, flags);
1489 return tjDecompress2(handle, jpegBuf, jpegSize, dstBuf, width, pitch,
1752 const unsigned char *jpegBuf, unsigned long jpegSize,
1772 if(jpegBuf==NULL || jpegSize<=0 || !dstPlanes || !dstPlanes[0] || width<0
1788 jpeg_mem_src_tj(dinfo, jpegBuf, jpegSize);
1931 const unsigned char *jpegBuf, unsigned long jpegSize, unsigned char *dstBuf,
1940 if(jpegBuf==NULL || jpegSize<=0 || dstBuf==NULL || width<0 || pad<1
1950 jpeg_mem_src_tj(dinfo, jpegBuf, jpegSize);
1989 return tjDecompressToYUVPlanes(handle, jpegBuf, jpegSize, dstPlanes, width,
1998 unsigned char *jpegBuf, unsigned long jpegSize, unsigned char *dstBuf,
2001 return tjDecompressToYUV2(handle, jpegBuf, jpegSize, dstBuf, 0, 4, 0, flags);
2025 const unsigned char *jpegBuf, unsigned long jpegSize, int n,
2036 if(jpegBuf==NULL || jpegSize<=0 || n<1 || dstBufs==NULL || dstSizes==NULL
2055 jpeg_mem_src_tj(dinfo, jpegBuf, jpegSize);