/external/libvncserver/common/ |
D | turbojpeg.c | 540 unsigned long *jpegSize, int jpegSubsamp, int jpegQual, int flags) in tjCompress2() 616 unsigned long *jpegSize, int jpegSubsamp, int jpegQual, int flags) 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() 747 unsigned long jpegSize, unsigned char *dstBuf, int width, int pitch, in tjDecompress2() 849 unsigned long jpegSize, unsigned char *dstBuf, int width, int pitch, in tjDecompress()
|
/external/libvncserver/test/ |
D | tjunittest.c | 224 void writeJPEG(unsigned char *jpegBuf, unsigned long jpegSize, char *filename) in writeJPEG() 273 unsigned long jpegSize, int w, int h, int pf, char *basename, int subsamp, in _decompTest() 314 unsigned long jpegSize, int w, int h, int pf, char *basename, int subsamp, in decompTest() 382 unsigned long jpegSize=0; in bufSizeTest() local
|
/external/libjpeg-turbo/ |
D | turbojpeg.c | 768 unsigned long *jpegSize, int jpegSubsamp, int jpegQual, int flags) in tjCompress2() 846 unsigned long *jpegSize, int jpegSubsamp, int jpegQual, int flags) in tjCompress() 1084 int subsamp, unsigned char **jpegBuf, unsigned long *jpegSize, int jpegQual, in tjCompressFromYUVPlanes() 1216 unsigned char **jpegBuf, unsigned long *jpegSize, int jpegQual, int flags) in tjCompressFromYUV() 1294 const unsigned char *jpegBuf, unsigned long jpegSize, int *width, in tjDecompressHeader3() 1344 unsigned char *jpegBuf, unsigned long jpegSize, int *width, int *height, in tjDecompressHeader2() 1353 unsigned char *jpegBuf, unsigned long jpegSize, int *width, int *height) in tjDecompressHeader() 1376 const unsigned char *jpegBuf, unsigned long jpegSize, unsigned char *dstBuf, in tjDecompress2() 1478 unsigned long jpegSize, unsigned char *dstBuf, int width, int pitch, in tjDecompress() 1742 const unsigned char *jpegBuf, unsigned long jpegSize, in tjDecompressToYUVPlanes() [all …]
|
D | turbojpeg-jni.c | 193 unsigned long jpegSize=0; in TJCompressor_compress() local 292 unsigned long jpegSize=0; in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII() local 595 (JNIEnv *env, jobject obj, jbyteArray src, jint jpegSize) in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressHeader() 631 (JNIEnv *env, jobject obj, jbyteArray src, jint jpegSize, jarray dst, in TJDecompressor_decompress() 669 (JNIEnv *env, jobject obj, jbyteArray src, jint jpegSize, jbyteArray dst, in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompress___3BI_3BIIIIIII() 678 (JNIEnv *env, jobject obj, jbyteArray src, jint jpegSize, jbyteArray dst, in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompress___3BI_3BIIIII() 687 (JNIEnv *env, jobject obj, jbyteArray src, jint jpegSize, jintArray dst, in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompress___3BI_3IIIIIIII() 704 (JNIEnv *env, jobject obj, jbyteArray src, jint jpegSize, jintArray dst, in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompress___3BI_3IIIIII() 722 (JNIEnv *env, jobject obj, jbyteArray src, jint jpegSize, in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III() 811 (JNIEnv *env, jobject obj, jbyteArray src, jint jpegSize, jbyteArray dst, in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3BI() [all …]
|
D | tjunittest.c | 381 void writeJPEG(unsigned char *jpegBuf, unsigned long jpegSize, char *filename) in writeJPEG() 455 unsigned long jpegSize, int w, int h, int pf, char *basename, int subsamp, in _decompTest() 524 unsigned long jpegSize, int w, int h, int pf, char *basename, int subsamp, in decompTest()
|
/external/libjpeg-turbo/java/ |
D | TJBench.java | 135 static void decomp(byte[] srcBuf, byte[][] jpegBuf, int[] jpegSize, in decomp() 284 int[] jpegSize; in fullTest() local 430 int[] jpegSize = null; in decompTest() local
|
D | TJExample.java | 321 int jpegSize; in main() local
|
D | TJUnitTest.java | 706 int jpegSize, int w, int h, int pf, in decompTest() 788 int jpegSize, int w, int h, int pf, in decompTest()
|