Home
last modified time | relevance | path

Searched refs:tjCompressFromYUV (Results 1 – 6 of 6) sorted by relevance

/external/libjpeg-turbo/
Dturbojpeg-mapfile44 tjCompressFromYUV;
Dturbojpeg-mapfile.jni70 tjCompressFromYUV;
Dturbojpeg.h809 DLLEXPORT int tjCompressFromYUV(tjhandle handle, const unsigned char *srcBuf,
Dtjunittest.c397 _tj(tjCompressFromYUV(handle, yuvBuf, w, pad, h, subsamp, dstBuf, dstSize, in compTest()
Dtjbench.c392 if (tjCompressFromYUV(handle, yuvBuf, width, yuvPad, height, in fullTest()
Dturbojpeg.c1063 DLLEXPORT int tjCompressFromYUV(tjhandle handle, const unsigned char *srcBuf, in tjCompressFromYUV() function