Searched refs:tjCompress2 (Results 1 – 11 of 11) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg-mapfile | 31 tjCompress2;
|
D | turbojpeg-mapfile.jni | 31 tjCompress2;
|
D | tjunittest.c | 439 _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()
|
D | turbojpeg.h | 675 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, const unsigned char *srcBuf,
|
D | turbojpeg.c | 766 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, const unsigned char *srcBuf, in tjCompress2() function 857 retval=tjCompress2(handle, srcBuf, width, pitch, height, in tjCompress()
|
D | tjbench.c | 383 if(tjCompress2(handle, srcptr2, width, pitch, height, pf, in fullTest()
|
D | turbojpeg-jni.c | 218 if(tjCompress2(handle, &srcBuf[y*actualPitch + x*tjPixelSize[pf]], width, in TJCompressor_compress()
|
/external/libvncserver/test/ |
D | tjunittest.c | 256 _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()
|
D | tjbench.c | 258 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/ |
D | turbojpeg.h | 352 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, unsigned char *srcBuf,
|
D | turbojpeg.c | 538 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, unsigned char *srcBuf, in tjCompress2() function 619 retval=tjCompress2(handle, srcBuf, width, pitch, height, in tjCompress()
|