Home
last modified time | relevance | path

Searched refs:DLLCALL (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjpeg_turbo/
Dturbojpeg.h37 #define DLLCALL macro
511 DLLEXPORT tjhandle DLLCALL tjInitCompress(void);
561 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, unsigned char *srcBuf,
586 DLLEXPORT unsigned long DLLCALL tjBufSize(int width, int height,
602 DLLEXPORT unsigned long DLLCALL tjBufSizeYUV(int width, int height,
649 DLLEXPORT int DLLCALL tjEncodeYUV2(tjhandle handle,
660 DLLEXPORT tjhandle DLLCALL tjInitDecompress(void);
679 DLLEXPORT int DLLCALL tjDecompressHeader2(tjhandle handle,
694 DLLEXPORT tjscalingfactor* DLLCALL tjGetScalingFactors(int *numscalingfactors);
740 DLLEXPORT int DLLCALL tjDecompress2(tjhandle handle,
[all …]
Dturbojpegl.c83 DLLEXPORT tjhandle DLLCALL tjInitCompress(void) in tjInitCompress()
108 DLLEXPORT unsigned long DLLCALL TJBUFSIZE(int width, int height) in TJBUFSIZE()
114 DLLEXPORT int DLLCALL tjCompress(tjhandle h, in tjCompress()
221 DLLEXPORT tjhandle DLLCALL tjInitDecompress(void) in tjInitDecompress()
249 DLLEXPORT int DLLCALL tjDecompressHeader(tjhandle h, in tjDecompressHeader()
278 DLLEXPORT int DLLCALL tjDecompress(tjhandle h, in tjDecompress()
350 DLLEXPORT char* DLLCALL tjGetErrorStr(void) in tjGetErrorStr()
355 DLLEXPORT int DLLCALL tjDestroy(tjhandle h) in tjDestroy()
Dturbojpeg.c442 DLLEXPORT char* DLLCALL tjGetErrorStr(void) in tjGetErrorStr()
448 DLLEXPORT int DLLCALL tjDestroy(tjhandle handle) in tjDestroy()
464 DLLEXPORT void DLLCALL tjFree(unsigned char *buf) in tjFree()
470 DLLEXPORT unsigned char *DLLCALL tjAlloc(int bytes) in tjAlloc()
501 DLLEXPORT tjhandle DLLCALL tjInitCompress(void) in tjInitCompress()
515 DLLEXPORT unsigned long DLLCALL tjBufSize(int width, int height, in tjBufSize()
534 DLLEXPORT unsigned long DLLCALL TJBUFSIZE(int width, int height) in TJBUFSIZE()
550 DLLEXPORT unsigned long DLLCALL tjBufSizeYUV(int width, int height, in tjBufSizeYUV()
567 DLLEXPORT unsigned long DLLCALL TJBUFSIZEYUV(int width, int height, in TJBUFSIZEYUV()
574 DLLEXPORT int DLLCALL tjCompress2(tjhandle handle, unsigned char *srcBuf, in tjCompress2()
[all …]