Home
last modified time | relevance | path

Searched refs:tjCompress (Results 1 – 7 of 7) sorted by relevance

/external/libjpeg-turbo/
Dturbojpeg-mapfile5 tjCompress;
Dturbojpeg-mapfile.jni5 tjCompress;
Dturbojpeg.h1506 DLLEXPORT int DLLCALL tjCompress(tjhandle handle, unsigned char *srcBuf,
Dturbojpeg.c844 DLLEXPORT int DLLCALL tjCompress(tjhandle handle, unsigned char *srcBuf, in tjCompress() function
/external/libvncserver/common/
Dturbojpeg.h509 DLLEXPORT int DLLCALL tjCompress(tjhandle handle, unsigned char *srcBuf,
Dturbojpeg.c614 DLLEXPORT int DLLCALL tjCompress(tjhandle handle, unsigned char *srcBuf, in tjCompress() function
/external/libvncserver/libvncserver/
Dtight.c1641 if (tjCompress(j, srcbuf, w, pitch, h, ps, (unsigned char *)tightAfterBuf, in SendJpegRect()