Home
last modified time | relevance | path

Searched refs:TJBUFSIZE (Results 1 – 9 of 9) sorted by relevance

/external/libjpeg-turbo/
Dturbojpeg-mapfile6 TJBUFSIZE;
Dturbojpeg-mapfile.jni6 TJBUFSIZE;
Dturbojpeg.h1498 DLLEXPORT unsigned long DLLCALL TJBUFSIZE(int width, int height);
Dtjunittest.c615 size = TJBUFSIZE(26755, 26755); in overflowTest()
616 CHECKSIZE(TJBUFSIZE()); in overflowTest()
Dturbojpeg.c643 DLLEXPORT unsigned long DLLCALL TJBUFSIZE(int width, int height) in TJBUFSIZE() function
DChangeLog.md827 version of `TJBUFSIZE()` that computes a worst-case JPEG size based on the
/external/libvncserver/common/
Dturbojpeg.h507 DLLEXPORT unsigned long DLLCALL TJBUFSIZE(int width, int height);
Dturbojpeg.c520 DLLEXPORT unsigned long DLLCALL TJBUFSIZE(int width, int height) in TJBUFSIZE() function
/external/libvncserver/libvncserver/
Dtight.c1578 if (tightAfterBufSize < TJBUFSIZE(w, h)) { in SendJpegRect()
1580 tightAfterBuf = (char *)malloc(TJBUFSIZE(w, h)); in SendJpegRect()
1583 TJBUFSIZE(w, h)); in SendJpegRect()
1588 tightAfterBufSize = TJBUFSIZE(w, h); in SendJpegRect()