Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg-mapfile46 tjDecodeYUV;
Dturbojpeg-mapfile.jni72 tjDecodeYUV;
Dturbojpeg.h1380 DLLEXPORT int tjDecodeYUV(tjhandle handle, const unsigned char *srcBuf,
Dtjunittest.c460 TRY_TJ(tjDecodeYUV(handle2, yuvBuf, pad, subsamp, dstBuf, scaledWidth, 0, in _decompTest()
Dtjbench.c208 if (tjDecodeYUV(handle, yuvBuf, yuvPad, subsamp, dstPtr2, width, in decomp()
Dturbojpeg.c1528 DLLEXPORT int tjDecodeYUV(tjhandle handle, const unsigned char *srcBuf, in tjDecodeYUV() function