Searched defs:jpegBuf (Results 1 – 4 of 4) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg.c | 668 unsigned char **jpegBuf, unsigned long *jpegSize, in tjCompress2() 735 unsigned char *jpegBuf, unsigned long *jpegSize, in tjCompress() 975 unsigned char **jpegBuf, in tjCompressFromYUVPlanes() 1110 unsigned char **jpegBuf, in tjCompressFromYUV() 1195 const unsigned char *jpegBuf, in tjDecompressHeader3() 1244 DLLEXPORT int tjDecompressHeader2(tjhandle handle, unsigned char *jpegBuf, in tjDecompressHeader2() 1254 DLLEXPORT int tjDecompressHeader(tjhandle handle, unsigned char *jpegBuf, in tjDecompressHeader() 1278 DLLEXPORT int tjDecompress2(tjhandle handle, const unsigned char *jpegBuf, in tjDecompress2() 1365 DLLEXPORT int tjDecompress(tjhandle handle, unsigned char *jpegBuf, in tjDecompress() 1616 const unsigned char *jpegBuf, in tjDecompressToYUVPlanes() [all …]
|
D | tjbench.c | 142 static int decomp(unsigned char *srcBuf, unsigned char **jpegBuf, in decomp() 324 unsigned char **jpegBuf = NULL, *yuvBuf = NULL, *tmpBuf = NULL, *srcPtr, in fullTest() local 534 unsigned char **jpegBuf = NULL, *srcBuf = NULL; in decompTest() local
|
D | turbojpeg-jni.c | 225 unsigned char *srcBuf = NULL, *jpegBuf = NULL; in TJCompressor_compress() local 333 unsigned char *jpegBuf = NULL; in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII() local 648 unsigned char *jpegBuf = NULL; in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressHeader() local 688 unsigned char *jpegBuf = NULL, *dstBuf = NULL; in TJDecompressor_decompress() local 779 unsigned char *jpegBuf = NULL; in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III() local 870 unsigned char *jpegBuf = NULL, *dstBuf = NULL; in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3BI() local 1103 unsigned char *jpegBuf = NULL, **dstBufs = NULL; in Java_org_libjpegturbo_turbojpeg_TJTransformer_transform() local
|
D | tjunittest.c | 352 static void writeJPEG(unsigned char *jpegBuf, unsigned long jpegSize, in writeJPEG() 432 static void _decompTest(tjhandle handle, unsigned char *jpegBuf, in _decompTest() 501 static void decompTest(tjhandle handle, unsigned char *jpegBuf, in decompTest()
|