| /external/libjpeg-turbo/ |
| D | tjexample.c | 170 unsigned char *imgBuf = NULL, *jpegBuf = NULL; in main() local 358 unsigned char *jpegBuf = NULL; /* Dynamically allocate the JPEG buffer */ in main() local
|
| D | turbojpeg.c | 636 unsigned char **jpegBuf, unsigned long *jpegSize, in tjCompress2() 701 unsigned char *jpegBuf, unsigned long *jpegSize, in tjCompress() 941 unsigned char **jpegBuf, in tjCompressFromYUVPlanes() 1074 unsigned char **jpegBuf, in tjCompressFromYUV() 1159 const unsigned char *jpegBuf, in tjDecompressHeader3() 1208 DLLEXPORT int tjDecompressHeader2(tjhandle handle, unsigned char *jpegBuf, in tjDecompressHeader2() 1218 DLLEXPORT int tjDecompressHeader(tjhandle handle, unsigned char *jpegBuf, in tjDecompressHeader() 1242 DLLEXPORT int tjDecompress2(tjhandle handle, const unsigned char *jpegBuf, in tjDecompress2() 1320 DLLEXPORT int tjDecompress(tjhandle handle, unsigned char *jpegBuf, in tjDecompress() 1568 const unsigned char *jpegBuf, in tjDecompressToYUVPlanes() [all …]
|
| D | tjbench.c | 139 int decomp(unsigned char *srcBuf, unsigned char **jpegBuf, in decomp() 318 unsigned char **jpegBuf = NULL, *yuvBuf = NULL, *tmpBuf = NULL, *srcPtr, in fullTest() local 524 unsigned char **jpegBuf = NULL, *srcBuf = NULL; in decompTest() local
|
| D | turbojpeg-jni.c | 220 unsigned char *srcBuf = NULL, *jpegBuf = NULL; in TJCompressor_compress() local 322 unsigned char *jpegBuf = NULL; in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII() local 626 unsigned char *jpegBuf = NULL; in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressHeader() local 665 unsigned char *jpegBuf = NULL, *dstBuf = NULL; in TJDecompressor_decompress() local 754 unsigned char *jpegBuf = NULL, *dstPlanes[3]; in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III() local 838 unsigned char *jpegBuf = NULL, *dstBuf = NULL; in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3BI() local 1063 unsigned char *jpegBuf = NULL, **dstBufs = NULL; in Java_org_libjpegturbo_turbojpeg_TJTransformer_transform() local
|
| D | tjunittest.c | 345 void writeJPEG(unsigned char *jpegBuf, unsigned long jpegSize, char *filename) in writeJPEG() 417 void _decompTest(tjhandle handle, unsigned char *jpegBuf, in _decompTest() 484 void decompTest(tjhandle handle, unsigned char *jpegBuf, in decompTest()
|
| /external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
| D | TJCompressor.java | 598 int height, int pixelFormat, byte[] jpegBuf, int jpegSubsamp, int jpegQual, in compress() 603 int pitch, int height, int pixelFormat, byte[] jpegBuf, int jpegSubsamp, in compress() 609 int height, int pixelFormat, byte[] jpegBuf, int jpegSubsamp, int jpegQual, in compress() 614 int stride, int height, int pixelFormat, byte[] jpegBuf, int jpegSubsamp, in compress() 619 int width, int[] srcStrides, int height, int subsamp, byte[] jpegBuf, in compressFromYUV()
|
| D | TJDecompressor.java | 923 protected byte[] jpegBuf = null; field in TJDecompressor
|
| /external/libjpeg-turbo/java/ |
| D | TJUnitTest.java | 621 static void writeJPEG(byte[] jpegBuf, int jpegBufSize, String filename) in writeJPEG() 698 static void decompTest(TJDecompressor tjd, byte[] jpegBuf, int jpegSize, in decompTest() 779 static void decompTest(TJDecompressor tjd, byte[] jpegBuf, int jpegSize, in decompTest()
|
| D | TJBench.java | 163 static void decomp(byte[] srcBuf, byte[][] jpegBuf, int[] jpegSize, in decomp()
|