Searched refs:tjEncodeYUV3 (Results 1 - 4 of 4) sorted by relevance

/external/libjpeg-turbo/
H A Dturbojpeg.h969 DLLEXPORT int DLLCALL tjEncodeYUV3(tjhandle handle,
H A Dtjunittest.c424 _tj(tjEncodeYUV3(handle2, srcBuf, w, 0, h, pf, yuvBuf, pad, subsamp,
632 _tj(tjEncodeYUV3(handle, srcBuf, w, 0, h, TJPF_BGRX, dstBuf, pad,
664 _tj(tjEncodeYUV3(handle, srcBuf, h, 0, w, TJPF_BGRX, dstBuf, pad,
H A Dturbojpeg.c1020 DLLEXPORT int DLLCALL tjEncodeYUV3(tjhandle handle, function
1029 _throw("tjEncodeYUV3(): Invalid argument");
1060 return tjEncodeYUV3(handle, srcBuf, width, pitch, height, pixelFormat,
H A Dtjbench.c360 if(tjEncodeYUV3(handle, srcptr2, width, pitch, height, pf, yuvbuf,
362 _throwtj("executing tjEncodeYUV3()");

Completed in 125 milliseconds