Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg-mapfile51 tjEncodeYUV3;
Dturbojpeg-mapfile.jni77 tjEncodeYUV3;
Dturbojpeg.h1056 DLLEXPORT int tjEncodeYUV3(tjhandle handle, const unsigned char *srcBuf,
Dtjunittest.c404 TRY_TJ(tjEncodeYUV3(handle2, srcBuf, w, 0, h, pf, yuvBuf, pad, subsamp, in compTest()
642 TRY_TJ(tjEncodeYUV3(handle, srcBuf, w, 0, h, TJPF_BGRX, dstBuf, pad, in bufSizeTest()
669 TRY_TJ(tjEncodeYUV3(handle, srcBuf, h, 0, w, TJPF_BGRX, dstBuf, pad, in bufSizeTest()
Dtjbench.c407 if (tjEncodeYUV3(handle, srcPtr2, width, pitch, height, pf, yuvBuf, in fullTest()
Dturbojpeg.c914 DLLEXPORT int tjEncodeYUV3(tjhandle handle, const unsigned char *srcBuf, in tjEncodeYUV3() function
957 return tjEncodeYUV3(handle, srcBuf, width, pitch, height, pixelFormat, in tjEncodeYUV2()