Searched refs:tjhandle (Results 1 – 10 of 10) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg.h | 585 typedef void* tjhandle; typedef 613 DLLEXPORT tjhandle DLLCALL tjInitCompress(void); 675 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, unsigned char *srcBuf, 739 DLLEXPORT int DLLCALL tjCompressFromYUV(tjhandle handle, unsigned char *srcBuf, 809 DLLEXPORT int DLLCALL tjCompressFromYUVPlanes(tjhandle handle, 968 DLLEXPORT int DLLCALL tjEncodeYUV3(tjhandle handle, 1026 DLLEXPORT int DLLCALL tjEncodeYUVPlanes(tjhandle handle, 1037 DLLEXPORT tjhandle DLLCALL tjInitDecompress(void); 1066 DLLEXPORT int DLLCALL tjDecompressHeader3(tjhandle handle, 1134 DLLEXPORT int DLLCALL tjDecompress2(tjhandle handle, [all …]
|
D | turbojpeg.c | 527 DLLEXPORT int DLLCALL tjDestroy(tjhandle handle) in tjDestroy() 557 static tjhandle _tjInitCompress(tjinstance *this) in _tjInitCompress() 579 return (tjhandle)this; in _tjInitCompress() 582 DLLEXPORT tjhandle DLLCALL tjInitCompress(void) in tjInitCompress() 731 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, unsigned char *srcBuf, in tjCompress2() 808 DLLEXPORT int DLLCALL tjCompress(tjhandle handle, unsigned char *srcBuf, in tjCompress() 830 DLLEXPORT int DLLCALL tjEncodeYUVPlanes(tjhandle handle, unsigned char *srcBuf, in tjEncodeYUVPlanes() 991 DLLEXPORT int DLLCALL tjEncodeYUV3(tjhandle handle, unsigned char *srcBuf, in tjEncodeYUV3() 1027 DLLEXPORT int DLLCALL tjEncodeYUV2(tjhandle handle, unsigned char *srcBuf, in tjEncodeYUV2() 1035 DLLEXPORT int DLLCALL tjEncodeYUV(tjhandle handle, unsigned char *srcBuf, in tjEncodeYUV() [all …]
|
D | turbojpeg-jni.c | 60 handle=(tjhandle)(size_t)(*env)->GetLongField(env, obj, _fid); \ 170 tjhandle handle; in Java_org_libjpegturbo_turbojpeg_TJCompressor_init() 188 tjhandle handle=0; in TJCompressor_compress() 287 tjhandle handle=0; in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII() 363 tjhandle handle=0; in TJCompressor_encodeYUV() 468 tjhandle handle=0; in TJCompressor_encodeYUV_12() 530 tjhandle handle=0; in Java_org_libjpegturbo_turbojpeg_TJCompressor_destroy() 547 tjhandle handle; in Java_org_libjpegturbo_turbojpeg_TJDecompressor_init() 592 tjhandle handle=0; in Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompressHeader() 630 tjhandle handle=0; in TJDecompressor_decompress() [all …]
|
D | tjunittest.c | 395 void compTest(tjhandle handle, unsigned char **dstBuf, in compTest() 416 tjhandle handle2=tjInitCompress(); in compTest() 454 void _decompTest(tjhandle handle, unsigned char *jpegBuf, in _decompTest() 478 tjhandle handle2=tjInitDecompress(); in _decompTest() 523 void decompTest(tjhandle handle, unsigned char *jpegBuf, in decompTest() 550 tjhandle chandle=NULL, dhandle=NULL; in doTest() 600 tjhandle handle=NULL; in bufSizeTest()
|
D | tjbench.c | 109 FILE *file=NULL; tjhandle handle=NULL; in decomp() 280 FILE *file=NULL; tjhandle handle=NULL; in fullTest() 479 FILE *file=NULL; tjhandle handle=NULL; in decompTest()
|
/external/libvncserver/common/ |
D | turbojpeg.h | 274 typedef void* tjhandle; typedef 302 DLLEXPORT tjhandle DLLCALL tjInitCompress(void); 352 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, unsigned char *srcBuf, 387 DLLEXPORT tjhandle DLLCALL tjInitDecompress(void); 406 DLLEXPORT int DLLCALL tjDecompressHeader2(tjhandle handle, 466 DLLEXPORT int DLLCALL tjDecompress2(tjhandle handle, 479 DLLEXPORT int DLLCALL tjDestroy(tjhandle handle); 509 DLLEXPORT int DLLCALL tjCompress(tjhandle handle, unsigned char *srcBuf, 513 DLLEXPORT int DLLCALL tjDecompressHeader(tjhandle handle, 516 DLLEXPORT int DLLCALL tjDecompress(tjhandle handle,
|
D | turbojpeg.c | 438 DLLEXPORT int DLLCALL tjDestroy(tjhandle handle) in tjDestroy() 461 static tjhandle _tjInitCompress(tjinstance *this) in _tjInitCompress() 481 return (tjhandle)this; in _tjInitCompress() 484 DLLEXPORT tjhandle DLLCALL tjInitCompress(void) in tjInitCompress() 538 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, unsigned char *srcBuf, in tjCompress2() 614 DLLEXPORT int DLLCALL tjCompress(tjhandle handle, unsigned char *srcBuf, in tjCompress() 645 static tjhandle _tjInitDecompress(tjinstance *this) in _tjInitDecompress() 667 return (tjhandle)this; in _tjInitDecompress() 670 DLLEXPORT tjhandle DLLCALL tjInitDecompress(void) in tjInitDecompress() 684 DLLEXPORT int DLLCALL tjDecompressHeader2(tjhandle handle, in tjDecompressHeader2() [all …]
|
/external/libvncserver/test/ |
D | tjunittest.c | 238 void compTest(tjhandle handle, unsigned char **dstBuf, in compTest() 272 void _decompTest(tjhandle handle, unsigned char *jpegBuf, in _decompTest() 313 void decompTest(tjhandle handle, unsigned char *jpegBuf, in decompTest() 339 tjhandle chandle=NULL, dhandle=NULL; in doTest() 381 tjhandle handle=NULL; in bufSizeTest()
|
D | tjbench.c | 83 FILE *file=NULL; tjhandle handle=NULL; in decomptest() 212 FILE *file=NULL; tjhandle handle=NULL; in dotest() 353 FILE *file=NULL; tjhandle handle=NULL; in dodecomptest()
|
/external/libvncserver/libvncserver/ |
D | tight.c | 152 static TLS tjhandle j = NULL;
|