Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dtjexample.c170 unsigned char *imgBuf = NULL, *jpegBuf = NULL; in main() local
358 unsigned char *jpegBuf = NULL; /* Dynamically allocate the JPEG buffer */ in main() local
Dturbojpeg.c636 unsigned char **jpegBuf, unsigned long *jpegSize, in tjCompress2()
701 unsigned char *jpegBuf, unsigned long *jpegSize, in tjCompress()
941 unsigned char **jpegBuf, in tjCompressFromYUVPlanes()
1074 unsigned char **jpegBuf, in tjCompressFromYUV()
1159 const unsigned char *jpegBuf, in tjDecompressHeader3()
1208 DLLEXPORT int tjDecompressHeader2(tjhandle handle, unsigned char *jpegBuf, in tjDecompressHeader2()
1218 DLLEXPORT int tjDecompressHeader(tjhandle handle, unsigned char *jpegBuf, in tjDecompressHeader()
1242 DLLEXPORT int tjDecompress2(tjhandle handle, const unsigned char *jpegBuf, in tjDecompress2()
1320 DLLEXPORT int tjDecompress(tjhandle handle, unsigned char *jpegBuf, in tjDecompress()
1568 const unsigned char *jpegBuf, in tjDecompressToYUVPlanes()
[all …]
Dtjbench.c139 int decomp(unsigned char *srcBuf, unsigned char **jpegBuf, in decomp()
318 unsigned char **jpegBuf = NULL, *yuvBuf = NULL, *tmpBuf = NULL, *srcPtr, in fullTest() local
524 unsigned char **jpegBuf = NULL, *srcBuf = NULL; in decompTest() local
Dturbojpeg-jni.c220 unsigned char *srcBuf = NULL, *jpegBuf = NULL; in TJCompressor_compress() local
322 unsigned char *jpegBuf = NULL; in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII() local
626 unsigned char *jpegBuf = NULL; in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressHeader() local
665 unsigned char *jpegBuf = NULL, *dstBuf = NULL; in TJDecompressor_decompress() local
754 unsigned char *jpegBuf = NULL, *dstPlanes[3]; in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III() local
838 unsigned char *jpegBuf = NULL, *dstBuf = NULL; in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3BI() local
1063 unsigned char *jpegBuf = NULL, **dstBufs = NULL; in Java_org_libjpegturbo_turbojpeg_TJTransformer_transform() local
Dtjunittest.c345 void writeJPEG(unsigned char *jpegBuf, unsigned long jpegSize, char *filename) in writeJPEG()
417 void _decompTest(tjhandle handle, unsigned char *jpegBuf, in _decompTest()
484 void decompTest(tjhandle handle, unsigned char *jpegBuf, in decompTest()
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJCompressor.java598 int height, int pixelFormat, byte[] jpegBuf, int jpegSubsamp, int jpegQual, in compress()
603 int pitch, int height, int pixelFormat, byte[] jpegBuf, int jpegSubsamp, in compress()
609 int height, int pixelFormat, byte[] jpegBuf, int jpegSubsamp, int jpegQual, in compress()
614 int stride, int height, int pixelFormat, byte[] jpegBuf, int jpegSubsamp, in compress()
619 int width, int[] srcStrides, int height, int subsamp, byte[] jpegBuf, in compressFromYUV()
DTJDecompressor.java923 protected byte[] jpegBuf = null; field in TJDecompressor
/external/libjpeg-turbo/java/
DTJUnitTest.java621 static void writeJPEG(byte[] jpegBuf, int jpegBufSize, String filename) in writeJPEG()
698 static void decompTest(TJDecompressor tjd, byte[] jpegBuf, int jpegSize, in decompTest()
779 static void decompTest(TJDecompressor tjd, byte[] jpegBuf, int jpegSize, in decompTest()
DTJBench.java163 static void decomp(byte[] srcBuf, byte[][] jpegBuf, int[] jpegSize, in decomp()