Searched refs:DLLCALL (Results 1 – 4 of 4) sorted by relevance
/external/libjpeg-turbo/ |
D | turbojpeg.h | 37 #define DLLCALL macro 613 DLLEXPORT tjhandle DLLCALL tjInitCompress(void); 675 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, const unsigned char *srcBuf, 739 DLLEXPORT int DLLCALL tjCompressFromYUV(tjhandle handle, 809 DLLEXPORT int DLLCALL tjCompressFromYUVPlanes(tjhandle handle, 837 DLLEXPORT unsigned long DLLCALL tjBufSize(int width, int height, 858 DLLEXPORT unsigned long DLLCALL tjBufSizeYUV2(int width, int pad, int height, 883 DLLEXPORT unsigned long DLLCALL tjPlaneSizeYUV(int componentID, int width, 969 DLLEXPORT int DLLCALL tjEncodeYUV3(tjhandle handle, 1027 DLLEXPORT int DLLCALL tjEncodeYUVPlanes(tjhandle handle, [all …]
|
D | turbojpeg.c | 545 DLLEXPORT char* DLLCALL tjGetErrorStr(void) in tjGetErrorStr() 551 DLLEXPORT int DLLCALL tjDestroy(tjhandle handle) in tjDestroy() 567 DLLEXPORT void DLLCALL tjFree(unsigned char *buf) in tjFree() 573 DLLEXPORT unsigned char *DLLCALL tjAlloc(int bytes) in tjAlloc() 608 DLLEXPORT tjhandle DLLCALL tjInitCompress(void) in tjInitCompress() 622 DLLEXPORT unsigned long DLLCALL tjBufSize(int width, int height, in tjBufSize() 643 DLLEXPORT unsigned long DLLCALL TJBUFSIZE(int width, int height) in TJBUFSIZE() 661 DLLEXPORT unsigned long DLLCALL tjBufSizeYUV2(int width, int pad, int height, in tjBufSizeYUV2() 686 DLLEXPORT unsigned long DLLCALL tjBufSizeYUV(int width, int height, in tjBufSizeYUV() 692 DLLEXPORT unsigned long DLLCALL TJBUFSIZEYUV(int width, int height, in TJBUFSIZEYUV() [all …]
|
/external/libvncserver/common/ |
D | turbojpeg.h | 37 #define DLLCALL macro 302 DLLEXPORT tjhandle DLLCALL tjInitCompress(void); 352 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, unsigned char *srcBuf, 377 DLLEXPORT unsigned long DLLCALL tjBufSize(int width, int height, 387 DLLEXPORT tjhandle DLLCALL tjInitDecompress(void); 406 DLLEXPORT int DLLCALL tjDecompressHeader2(tjhandle handle, 421 DLLEXPORT tjscalingfactor* DLLCALL tjGetScalingFactors(int *numscalingfactors); 466 DLLEXPORT int DLLCALL tjDecompress2(tjhandle handle, 479 DLLEXPORT int DLLCALL tjDestroy(tjhandle handle); 487 DLLEXPORT char* DLLCALL tjGetErrorStr(void); [all …]
|
D | turbojpeg.c | 432 DLLEXPORT char* DLLCALL tjGetErrorStr(void) in tjGetErrorStr() 438 DLLEXPORT int DLLCALL tjDestroy(tjhandle handle) in tjDestroy() 484 DLLEXPORT tjhandle DLLCALL tjInitCompress(void) in tjInitCompress() 498 DLLEXPORT unsigned long DLLCALL tjBufSize(int width, int height, in tjBufSize() 520 DLLEXPORT unsigned long DLLCALL TJBUFSIZE(int width, int height) in TJBUFSIZE() 538 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, unsigned char *srcBuf, in tjCompress2() 614 DLLEXPORT int DLLCALL tjCompress(tjhandle handle, unsigned char *srcBuf, in tjCompress() 670 DLLEXPORT tjhandle DLLCALL tjInitDecompress(void) in tjInitDecompress() 684 DLLEXPORT int DLLCALL tjDecompressHeader2(tjhandle handle, in tjDecompressHeader2() 723 DLLEXPORT int DLLCALL tjDecompressHeader(tjhandle handle, in tjDecompressHeader() [all …]
|