Home
last modified time | relevance | path

Searched defs:jpegSize (Results 1 – 8 of 8) sorted by relevance

/external/libvncserver/common/
Dturbojpeg.c540 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/
Dtjunittest.c224 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/
Dturbojpeg.c768 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 …]
Dturbojpeg-jni.c193 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 …]
Dtjunittest.c381 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/
DTJBench.java135 static void decomp(byte[] srcBuf, byte[][] jpegBuf, int[] jpegSize, in decomp()
284 int[] jpegSize; in fullTest() local
430 int[] jpegSize = null; in decompTest() local
DTJExample.java321 int jpegSize; in main() local
DTJUnitTest.java706 int jpegSize, int w, int h, int pf, in decompTest()
788 int jpegSize, int w, int h, int pf, in decompTest()