Searched refs:tjEncodeYUV3 (Results 1 – 6 of 6) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg-mapfile | 51 tjEncodeYUV3;
|
D | turbojpeg-mapfile.jni | 77 tjEncodeYUV3;
|
D | tjunittest.c | 424 _tj(tjEncodeYUV3(handle2, srcBuf, w, 0, h, pf, yuvBuf, pad, subsamp, in compTest() 632 _tj(tjEncodeYUV3(handle, srcBuf, w, 0, h, TJPF_BGRX, dstBuf, pad, in bufSizeTest() 664 _tj(tjEncodeYUV3(handle, srcBuf, h, 0, w, TJPF_BGRX, dstBuf, pad, in bufSizeTest()
|
D | turbojpeg.h | 968 DLLEXPORT int DLLCALL tjEncodeYUV3(tjhandle handle,
|
D | turbojpeg.c | 991 DLLEXPORT int DLLCALL tjEncodeYUV3(tjhandle handle, unsigned char *srcBuf, in tjEncodeYUV3() function 1031 return tjEncodeYUV3(handle, srcBuf, width, pitch, height, pixelFormat, in tjEncodeYUV2()
|
D | tjbench.c | 355 if(tjEncodeYUV3(handle, srcptr2, width, pitch, height, pf, yuvbuf, in fullTest()
|