Home
last modified time | relevance | path

Searched defs:jpegBuf (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dtjbench.c142 static int decomp(unsigned char *srcBuf, unsigned char **jpegBuf, in decomp() argument
324 unsigned char **jpegBuf = NULL, *yuvBuf = NULL, *tmpBuf = NULL, *srcPtr, in fullTest() local
534 unsigned char **jpegBuf = NULL, *srcBuf = NULL; decompTest() local
[all...]
H A Dtjunittest.c352 static void writeJPEG(unsigned char *jpegBuf, unsigned long jpegSize, in writeJPEG() argument
432 static void _decompTest(tjhandle handle, unsigned char *jpegBuf, in _decompTest() argument
501 static void decompTest(tjhandle handle, unsigned char *jpegBuf, in decompTest() argument
H A Dturbojpeg-jni.c225 unsigned char *srcBuf = NULL, *jpegBuf = NULL; in TJCompressor_compress() local
333 unsigned char *jpegBuf = NULL; in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII() local
648 unsigned char *jpegBuf = NULL; Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressHeader() local
688 unsigned char *jpegBuf = NULL, *dstBuf = NULL; TJDecompressor_decompress() local
779 unsigned char *jpegBuf = NULL; Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3_3B_3II_3III() local
870 unsigned char *jpegBuf = NULL, *dstBuf = NULL; Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressToYUV___3BI_3BI() local
1103 unsigned char *jpegBuf = NULL, **dstBufs = NULL; Java_org_libjpegturbo_turbojpeg_TJTransformer_transform() local
[all...]
H A Dturbojpeg.c666 tjCompress2(tjhandle handle, const unsigned char *srcBuf, int width, int pitch, int height, int pixelFormat, unsigned char **jpegBuf, unsigned long *jpegSize, int jpegSubsamp, int jpegQual, int flags) tjCompress2() argument
733 tjCompress(tjhandle handle, unsigned char *srcBuf, int width, int pitch, int height, int pixelSize, unsigned char *jpegBuf, unsigned long *jpegSize, int jpegSubsamp, int jpegQual, int flags) tjCompress() argument
971 tjCompressFromYUVPlanes(tjhandle handle, const unsigned char **srcPlanes, int width, const int *strides, int height, int subsamp, unsigned char **jpegBuf, unsigned long *jpegSize, int jpegQual, int flags) tjCompressFromYUVPlanes() argument
1108 tjCompressFromYUV(tjhandle handle, const unsigned char *srcBuf, int width, int pad, int height, int subsamp, unsigned char **jpegBuf, unsigned long *jpegSize, int jpegQual, int flags) tjCompressFromYUV() argument
1194 tjDecompressHeader3(tjhandle handle, const unsigned char *jpegBuf, unsigned long jpegSize, int *width, int *height, int *jpegSubsamp, int *jpegColorspace) tjDecompressHeader3() argument
1244 tjDecompressHeader2(tjhandle handle, unsigned char *jpegBuf, unsigned long jpegSize, int *width, int *height, int *jpegSubsamp) tjDecompressHeader2() argument
1254 tjDecompressHeader(tjhandle handle, unsigned char *jpegBuf, unsigned long jpegSize, int *width, int *height) tjDecompressHeader() argument
1278 tjDecompress2(tjhandle handle, const unsigned char *jpegBuf, unsigned long jpegSize, unsigned char *dstBuf, int width, int pitch, int height, int pixelFormat, int flags) tjDecompress2() argument
1365 tjDecompress(tjhandle handle, unsigned char *jpegBuf, unsigned long jpegSize, unsigned char *dstBuf, int width, int pitch, int height, int pixelSize, int flags) tjDecompress() argument
1615 tjDecompressToYUVPlanes(tjhandle handle, const unsigned char *jpegBuf, unsigned long jpegSize, unsigned char **dstPlanes, int width, int *strides, int height, int flags) tjDecompressToYUVPlanes() argument
1795 tjDecompressToYUV2(tjhandle handle, const unsigned char *jpegBuf, unsigned long jpegSize, unsigned char *dstBuf, int width, int pad, int height, int flags) tjDecompressToYUV2() argument
1859 tjDecompressToYUV(tjhandle handle, unsigned char *jpegBuf, unsigned long jpegSize, unsigned char *dstBuf, int flags) tjDecompressToYUV() argument
1888 tjTransform(tjhandle handle, const unsigned char *jpegBuf, unsigned long jpegSize, int n, unsigned char **dstBufs, unsigned long *dstSizes, tjtransform *t, int flags) tjTransform() argument
[all...]

Completed in 8 milliseconds