Home
last modified time | relevance | path

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

/external/libvncserver/common/
Dturbojpeg.c539 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/
Dtjunittest.c224 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/
Dturbojpeg.c732 int width, int pitch, int height, int pixelFormat, unsigned char **jpegBuf, in tjCompress2()
809 int width, int pitch, int height, int pixelSize, unsigned char *jpegBuf, in tjCompress()
1046 unsigned char **jpegBuf, unsigned long *jpegSize, int jpegQual, int flags) in tjCompressFromYUVPlanes()
1176 int width, int pad, int height, int subsamp, unsigned char **jpegBuf, in tjCompressFromYUV()
1254 unsigned char *jpegBuf, unsigned long jpegSize, int *width, int *height, in tjDecompressHeader3()
1304 unsigned char *jpegBuf, unsigned long jpegSize, int *width, int *height, in tjDecompressHeader2()
1313 unsigned char *jpegBuf, unsigned long jpegSize, int *width, int *height) in tjDecompressHeader()
1335 DLLEXPORT int DLLCALL tjDecompress2(tjhandle handle, unsigned char *jpegBuf, in tjDecompress2()
1437 DLLEXPORT int DLLCALL tjDecompress(tjhandle handle, unsigned char *jpegBuf, in tjDecompress()
1701 unsigned char *jpegBuf, unsigned long jpegSize, unsigned char **dstPlanes, in tjDecompressToYUVPlanes()
[all …]
Dtjunittest.c381 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()
Dturbojpeg-jni.c191 unsigned char *srcBuf=NULL, *jpegBuf=NULL; in TJCompressor_compress() local
290 unsigned char *srcPlanes[3], *jpegBuf=NULL; in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII() local
593 unsigned char *jpegBuf=NULL; in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressHeader() local
632 unsigned char *jpegBuf=NULL, *dstBuf=NULL; in TJDecompressor_decompress() local
723 unsigned char *jpegBuf=NULL, *dstPlanes[3]; in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III() local
808 unsigned char *jpegBuf=NULL, *dstBuf=NULL; in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3BI() local
1033 unsigned char *jpegBuf=NULL, **dstBufs=NULL; jsize n=0; in Java_org_libjpegturbo_turbojpeg_TJTransformer_transform() local
/external/libjpeg-turbo/java/
DTJUnitTest.java628 private static void writeJPEG(byte[] jpegBuf, int jpegBufSize, in writeJPEG()
705 private static void decompTest(TJDecompressor tjd, byte[] jpegBuf, in decompTest()
787 private static void decompTest(TJDecompressor tjd, byte[] jpegBuf, in decompTest()
DTJBench.java133 static void decomp(byte[] srcBuf, byte[][] jpegBuf, int[] jpegSize, in decomp()
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJDecompressor.java893 protected byte[] jpegBuf = null; field in TJDecompressor