/external/libvncserver/common/ |
D | turbojpeg.c | 539 int width, int pitch, int height, int pixelFormat, unsigned char **jpegBuf, in tjCompress2() 615 int width, int pitch, int height, int pixelSize, unsigned char *jpegBuf, in tjCompress() 685 unsigned char *jpegBuf, unsigned long jpegSize, int *width, int *height, in tjDecompressHeader2() 724 unsigned char *jpegBuf, unsigned long jpegSize, int *width, int *height) in tjDecompressHeader() 746 DLLEXPORT int DLLCALL tjDecompress2(tjhandle handle, unsigned char *jpegBuf, in tjDecompress2() 848 DLLEXPORT int DLLCALL tjDecompress(tjhandle handle, unsigned char *jpegBuf, in tjDecompress()
|
/external/libvncserver/test/ |
D | tjunittest.c | 224 void writeJPEG(unsigned char *jpegBuf, unsigned long jpegSize, char *filename) in writeJPEG() 272 void _decompTest(tjhandle handle, unsigned char *jpegBuf, in _decompTest() 313 void decompTest(tjhandle handle, unsigned char *jpegBuf, in decompTest() 380 unsigned char *srcBuf=NULL, *jpegBuf=NULL; in bufSizeTest() local
|
/external/libjpeg-turbo/ |
D | turbojpeg.c | 767 int width, int pitch, int height, int pixelFormat, unsigned char **jpegBuf, in tjCompress2() 845 int width, int pitch, int height, int pixelSize, unsigned char *jpegBuf, in tjCompress() 1089 int subsamp, unsigned char **jpegBuf, unsigned long *jpegSize, int jpegQual, in tjCompressFromYUVPlanes() 1226 unsigned char **jpegBuf, unsigned long *jpegSize, int jpegQual, int flags) in tjCompressFromYUV() 1304 const unsigned char *jpegBuf, unsigned long jpegSize, int *width, in tjDecompressHeader3() 1354 unsigned char *jpegBuf, unsigned long jpegSize, int *width, int *height, in tjDecompressHeader2() 1363 unsigned char *jpegBuf, unsigned long jpegSize, int *width, int *height) in tjDecompressHeader() 1386 const unsigned char *jpegBuf, unsigned long jpegSize, unsigned char *dstBuf, in tjDecompress2() 1491 DLLEXPORT int DLLCALL tjDecompress(tjhandle handle, unsigned char *jpegBuf, in tjDecompress() 1761 const unsigned char *jpegBuf, unsigned long jpegSize, in tjDecompressToYUVPlanes() [all …]
|
D | tjunittest.c | 381 void writeJPEG(unsigned char *jpegBuf, unsigned long jpegSize, char *filename) in writeJPEG() 454 void _decompTest(tjhandle handle, unsigned char *jpegBuf, in _decompTest() 523 void decompTest(tjhandle handle, unsigned char *jpegBuf, in decompTest()
|
D | turbojpeg-jni.c | 195 unsigned char *srcBuf=NULL, *jpegBuf=NULL; in TJCompressor_compress() local 295 unsigned char *jpegBuf=NULL; in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII() local 598 unsigned char *jpegBuf=NULL; in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressHeader() local 637 unsigned char *jpegBuf=NULL, *dstBuf=NULL; in TJDecompressor_decompress() local 728 unsigned char *jpegBuf=NULL, *dstPlanes[3]; in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III() local 815 unsigned char *jpegBuf=NULL, *dstBuf=NULL; in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3BI() local 1041 unsigned char *jpegBuf=NULL, **dstBufs=NULL; jsize n=0; in Java_org_libjpegturbo_turbojpeg_TJTransformer_transform() local
|
/external/libjpeg-turbo/java/ |
D | TJUnitTest.java | 619 private static void writeJPEG(byte[] jpegBuf, int jpegBufSize, in writeJPEG() 696 private static void decompTest(TJDecompressor tjd, byte[] jpegBuf, in decompTest() 778 private static void decompTest(TJDecompressor tjd, byte[] jpegBuf, in decompTest()
|
D | TJBench.java | 135 static void decomp(byte[] srcBuf, byte[][] jpegBuf, int[] jpegSize, in decomp()
|
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
D | TJDecompressor.java | 901 protected byte[] jpegBuf = null; field in TJDecompressor
|