• Home
  • Raw
  • Download

Lines Matching refs:jpegSize

768 	unsigned long *jpegSize, int jpegSubsamp, int jpegQual, int flags)  in tjCompress2()  argument
780 || pixelFormat>=TJ_NUMPF || jpegBuf==NULL || jpegSize==NULL in tjCompress2()
812 alloc=0; *jpegSize=tjBufSize(width, height, jpegSubsamp); in tjCompress2()
814 jpeg_mem_dest_tj(cinfo, jpegBuf, jpegSize, alloc); in tjCompress2()
846 unsigned long *jpegSize, int jpegSubsamp, int jpegQual, int flags) in tjCompress() argument
861 *jpegSize=size; in tjCompress()
1084 int subsamp, unsigned char **jpegBuf, unsigned long *jpegSize, int jpegQual, in tjCompressFromYUVPlanes() argument
1103 || subsamp>=NUMSUBOPT || jpegBuf==NULL || jpegSize==NULL || jpegQual<0 in tjCompressFromYUVPlanes()
1125 alloc=0; *jpegSize=tjBufSize(width, height, subsamp); in tjCompressFromYUVPlanes()
1127 jpeg_mem_dest_tj(cinfo, jpegBuf, jpegSize, alloc); in tjCompressFromYUVPlanes()
1216 unsigned char **jpegBuf, unsigned long *jpegSize, int jpegQual, int flags) in tjCompressFromYUV() argument
1244 subsamp, jpegBuf, jpegSize, jpegQual, flags); in tjCompressFromYUV()
1294 const unsigned char *jpegBuf, unsigned long jpegSize, int *width, in tjDecompressHeader3() argument
1303 if(jpegBuf==NULL || jpegSize<=0 || width==NULL || height==NULL in tjDecompressHeader3()
1313 jpeg_mem_src_tj(dinfo, jpegBuf, jpegSize); in tjDecompressHeader3()
1344 unsigned char *jpegBuf, unsigned long jpegSize, int *width, int *height, in tjDecompressHeader2() argument
1348 return tjDecompressHeader3(handle, jpegBuf, jpegSize, width, height, in tjDecompressHeader2()
1353 unsigned char *jpegBuf, unsigned long jpegSize, int *width, int *height) in tjDecompressHeader() argument
1356 return tjDecompressHeader2(handle, jpegBuf, jpegSize, width, height, in tjDecompressHeader()
1376 const unsigned char *jpegBuf, unsigned long jpegSize, unsigned char *dstBuf, in tjDecompress2() argument
1390 if(jpegBuf==NULL || jpegSize<=0 || dstBuf==NULL || width<0 || pitch<0 in tjDecompress2()
1405 jpeg_mem_src_tj(dinfo, jpegBuf, jpegSize); in tjDecompress2()
1478 unsigned long jpegSize, unsigned char *dstBuf, int width, int pitch, in tjDecompress() argument
1482 return tjDecompressToYUV(handle, jpegBuf, jpegSize, dstBuf, flags); in tjDecompress()
1484 return tjDecompress2(handle, jpegBuf, jpegSize, dstBuf, width, pitch, in tjDecompress()
1742 const unsigned char *jpegBuf, unsigned long jpegSize, in tjDecompressToYUVPlanes() argument
1762 if(jpegBuf==NULL || jpegSize<=0 || !dstPlanes || !dstPlanes[0] || width<0 in tjDecompressToYUVPlanes()
1779 jpeg_mem_src_tj(dinfo, jpegBuf, jpegSize); in tjDecompressToYUVPlanes()
1916 const unsigned char *jpegBuf, unsigned long jpegSize, unsigned char *dstBuf, in tjDecompressToYUV2() argument
1925 if(jpegBuf==NULL || jpegSize<=0 || dstBuf==NULL || width<0 || pad<1 in tjDecompressToYUV2()
1935 jpeg_mem_src_tj(dinfo, jpegBuf, jpegSize); in tjDecompressToYUV2()
1974 return tjDecompressToYUVPlanes(handle, jpegBuf, jpegSize, dstPlanes, width, in tjDecompressToYUV2()
1983 unsigned char *jpegBuf, unsigned long jpegSize, unsigned char *dstBuf, in tjDecompressToYUV() argument
1986 return tjDecompressToYUV2(handle, jpegBuf, jpegSize, dstBuf, 0, 4, 0, flags); in tjDecompressToYUV()
2010 const unsigned char *jpegBuf, unsigned long jpegSize, int n, in tjTransform() argument
2021 if(jpegBuf==NULL || jpegSize<=0 || n<1 || dstBufs==NULL || dstSizes==NULL in tjTransform()
2036 jpeg_mem_src_tj(dinfo, jpegBuf, jpegSize); in tjTransform()