Searched refs:TJBUFSIZE (Results 1 – 6 of 6) sorted by relevance
/external/libvncserver/x11vnc/misc/turbovnc/ |
D | turbojpeg.h | 126 DLLEXPORT unsigned long DLLCALL TJBUFSIZE(int width, int height);
|
D | tight.c | 1425 if (tightAfterBufSize < TJBUFSIZE(w,h)) { 1427 tightAfterBuf = (char *)xalloc(TJBUFSIZE(w,h)); 1430 TJBUFSIZE(w,h)); 1435 tightAfterBufSize = TJBUFSIZE(w,h);
|
/external/libvncserver/common/ |
D | turbojpeg.h | 507 DLLEXPORT unsigned long DLLCALL TJBUFSIZE(int width, int height);
|
D | turbojpeg.c | 518 DLLEXPORT unsigned long DLLCALL TJBUFSIZE(int width, int height) in TJBUFSIZE() function
|
/external/libvncserver/libvncserver/ |
D | tight.c | 1578 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/ |
D | tight-vncviewer-full.patch | 17665 + the JPEG image. Use the macro TJBUFSIZE(width, height) to determine 17706 +DLLEXPORT unsigned long DLLCALL TJBUFSIZE(int width, int height);
|