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.h820 DLLEXPORT int tjCompressFromYUV(tjhandle handle, const unsigned char *srcBuf,
Dtjbench.c411 if (tjCompressFromYUV(handle, yuvBuf, width, yuvPad, height, in fullTest()
Dtjunittest.c412 TRY_TJ(tjCompressFromYUV(handle, yuvBuf, w, pad, h, subsamp, dstBuf, in compTest()
Dturbojpeg.c1108 DLLEXPORT int tjCompressFromYUV(tjhandle handle, const unsigned char *srcBuf, in tjCompressFromYUV() function