Home
last modified time | relevance | path

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

/external/libvncserver/x11vnc/misc/turbovnc/
Dturbojpeg.h126 DLLEXPORT unsigned long DLLCALL TJBUFSIZE(int width, int height);
Dtight.c1425 if (tightAfterBufSize < TJBUFSIZE(w,h)) {
1427 tightAfterBuf = (char *)xalloc(TJBUFSIZE(w,h));
1430 TJBUFSIZE(w,h));
1435 tightAfterBufSize = TJBUFSIZE(w,h);
/external/libvncserver/common/
Dturbojpeg.h507 DLLEXPORT unsigned long DLLCALL TJBUFSIZE(int width, int height);
Dturbojpeg.c518 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()
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
Dtight-vncviewer-full.patch17665 + the JPEG image. Use the macro TJBUFSIZE(width, height) to determine
17706 +DLLEXPORT unsigned long DLLCALL TJBUFSIZE(int width, int height);