• Home
  • Raw
  • Download

Lines Matching refs:jpegSize

639                           unsigned char **jpegBuf, unsigned long *jpegSize,  in tjCompress2()  argument
652 jpegSize == NULL || jpegSubsamp < 0 || jpegSubsamp >= NUMSUBOPT || in tjCompress2()
676 alloc = 0; *jpegSize = tjBufSize(width, height, jpegSubsamp); in tjCompress2()
678 jpeg_mem_dest_tj(cinfo, jpegBuf, jpegSize, alloc); in tjCompress2()
704 unsigned char *jpegBuf, unsigned long *jpegSize, in tjCompress() argument
720 *jpegSize = size; in tjCompress()
945 unsigned long *jpegSize, int jpegQual, in tjCompressFromYUVPlanes() argument
966 jpegSize == NULL || jpegQual < 0 || jpegQual > 100) in tjCompressFromYUVPlanes()
986 alloc = 0; *jpegSize = tjBufSize(width, height, subsamp); in tjCompressFromYUVPlanes()
988 jpeg_mem_dest_tj(cinfo, jpegBuf, jpegSize, alloc); in tjCompressFromYUVPlanes()
1078 unsigned long *jpegSize, int jpegQual, in tjCompressFromYUV() argument
1109 subsamp, jpegBuf, jpegSize, jpegQual, flags); in tjCompressFromYUV()
1163 unsigned long jpegSize, int *width, in tjDecompressHeader3() argument
1173 if (jpegBuf == NULL || jpegSize <= 0 || width == NULL || height == NULL || in tjDecompressHeader3()
1182 jpeg_mem_src_tj(dinfo, jpegBuf, jpegSize); in tjDecompressHeader3()
1212 unsigned long jpegSize, int *width, in tjDecompressHeader2() argument
1217 return tjDecompressHeader3(handle, jpegBuf, jpegSize, width, height, in tjDecompressHeader2()
1222 unsigned long jpegSize, int *width, in tjDecompressHeader() argument
1227 return tjDecompressHeader2(handle, jpegBuf, jpegSize, width, height, in tjDecompressHeader()
1246 unsigned long jpegSize, unsigned char *dstBuf, in tjDecompress2() argument
1258 if (jpegBuf == NULL || jpegSize <= 0 || dstBuf == NULL || width < 0 || in tjDecompress2()
1273 jpeg_mem_src_tj(dinfo, jpegBuf, jpegSize); in tjDecompress2()
1324 unsigned long jpegSize, unsigned char *dstBuf, in tjDecompress() argument
1329 return tjDecompressToYUV(handle, jpegBuf, jpegSize, dstBuf, flags); in tjDecompress()
1331 return tjDecompress2(handle, jpegBuf, jpegSize, dstBuf, width, pitch, in tjDecompress()
1575 unsigned long jpegSize, in tjDecompressToYUVPlanes() argument
1597 if (jpegBuf == NULL || jpegSize <= 0 || !dstPlanes || !dstPlanes[0] || in tjDecompressToYUVPlanes()
1613 jpeg_mem_src_tj(dinfo, jpegBuf, jpegSize); in tjDecompressToYUVPlanes()
1745 unsigned long jpegSize, unsigned char *dstBuf, in tjDecompressToYUV2() argument
1755 if (jpegBuf == NULL || jpegSize <= 0 || dstBuf == NULL || width < 0 || in tjDecompressToYUV2()
1764 jpeg_mem_src_tj(dinfo, jpegBuf, jpegSize); in tjDecompressToYUV2()
1800 return tjDecompressToYUVPlanes(handle, jpegBuf, jpegSize, dstPlanes, width, in tjDecompressToYUV2()
1809 unsigned long jpegSize, unsigned char *dstBuf, in tjDecompressToYUV() argument
1812 return tjDecompressToYUV2(handle, jpegBuf, jpegSize, dstBuf, 0, 4, 0, flags); in tjDecompressToYUV()
1838 unsigned long jpegSize, int n, in tjTransform() argument
1851 if (jpegBuf == NULL || jpegSize <= 0 || n < 1 || dstBufs == NULL || in tjTransform()
1871 jpeg_mem_src_tj(dinfo, jpegBuf, jpegSize); in tjTransform()