Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Dturbojpeg-mapfile31 tjCompress2;
Dturbojpeg-mapfile.jni31 tjCompress2;
Dturbojpeg.h743 DLLEXPORT int tjCompress2(tjhandle handle, const unsigned char *srcBuf,
Dtjunittest.c402 TRY_TJ(tjCompress2(handle, srcBuf, w, 0, h, pf, dstBuf, dstSize, subsamp, in compTest()
625 TRY_TJ(tjCompress2(handle, srcBuf, w, 0, h, TJPF_BGRX, &dstBuf, in bufSizeTest()
652 TRY_TJ(tjCompress2(handle, srcBuf, h, 0, w, TJPF_BGRX, &dstBuf, in bufSizeTest()
Dtjexample.c368 if (tjCompress2(tjInstance, imgBuf, width, 0, height, pixelFormat, in main()
Dtjbench.c410 if (tjCompress2(handle, srcPtr2, width, pitch, height, pf, in fullTest()
Dturbojpeg.c634 DLLEXPORT int tjCompress2(tjhandle handle, const unsigned char *srcBuf, in tjCompress2() function
713 retval = tjCompress2(handle, srcBuf, width, pitch, height, in tjCompress()
Dturbojpeg-jni.c243 if (tjCompress2(handle, &srcBuf[y * actualPitch + x * tjPixelSize[pf]], in TJCompressor_compress()