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.c767 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()
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()
1477 DLLEXPORT int DLLCALL tjDecompress(tjhandle handle, unsigned char *jpegBuf, in tjDecompress()
1742 const unsigned char *jpegBuf, unsigned long jpegSize, 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.c195 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/
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.java135 static void decomp(byte[] srcBuf, byte[][] jpegBuf, int[] jpegSize, in decomp()
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJDecompressor.java901 protected byte[] jpegBuf = null; field in TJDecompressor