Home
last modified time | relevance | path

Searched refs:tjCompress2 (Results 1 – 4 of 4) sorted by relevance

/external/libvncserver/test/
Dtjunittest.c256 _tj(tjCompress2(handle, srcBuf, w, 0, h, pf, dstBuf, dstSize, subsamp, in compTest()
408 _tj(tjCompress2(handle, srcBuf, w, 0, h, TJPF_BGRX, &jpegBuf, in bufSizeTest()
426 _tj(tjCompress2(handle, srcBuf, h, 0, w, TJPF_BGRX, &jpegBuf, in bufSizeTest()
Dtjbench.c258 if(tjCompress2(handle, srcbuf, tilew, pitch, tileh, pf, &jpegbuf[0], in dotest()
274 if(tjCompress2(handle, srcptr2, width, pitch, height, pf, in dotest()
/external/libvncserver/common/
Dturbojpeg.h352 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, unsigned char *srcBuf,
Dturbojpeg.c534 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, unsigned char *srcBuf, in tjCompress2() function
615 retval=tjCompress2(handle, srcBuf, width, pitch, height, in tjCompress()