Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg-mapfile31 tjCompress2;
Dturbojpeg-mapfile.jni31 tjCompress2;
Dtjunittest.c439 _tj(tjCompress2(handle, srcBuf, w, 0, h, pf, dstBuf, dstSize, subsamp, in compTest()
671 _tj(tjCompress2(handle, srcBuf, w, 0, h, TJPF_BGRX, &dstBuf, in bufSizeTest()
703 _tj(tjCompress2(handle, srcBuf, h, 0, w, TJPF_BGRX, &dstBuf, in bufSizeTest()
Dturbojpeg.h675 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, const unsigned char *srcBuf,
Dturbojpeg.c766 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, const unsigned char *srcBuf, in tjCompress2() function
857 retval=tjCompress2(handle, srcBuf, width, pitch, height, in tjCompress()
Dtjbench.c383 if(tjCompress2(handle, srcptr2, width, pitch, height, pf, in fullTest()
Dturbojpeg-jni.c218 if(tjCompress2(handle, &srcBuf[y*actualPitch + x*tjPixelSize[pf]], width, in TJCompressor_compress()
/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.c538 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, unsigned char *srcBuf, in tjCompress2() function
619 retval=tjCompress2(handle, srcBuf, width, pitch, height, in tjCompress()