Home
last modified time | relevance | path

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

/external/libvncserver/libvncclient/
Dzrle.c198 for(i=0; i<rw; i+=rfbZRLETileWidth) { in HandleZRLE()
199 int subWidth=(i+rfbZRLETileWidth>rw)?rw-i:rfbZRLETileWidth; in HandleZRLE()
/external/libvncserver/libvncserver/
Dzrleencodetemplate.c106 for (tx = x; tx < x+w; tx += rfbZRLETileWidth) { in ZRLE_ENCODE()
107 int tw = rfbZRLETileWidth; in ZRLE_ENCODE()
Dzrle.c113 cl->zrleBeforeBuf = (char *) malloc(rfbZRLETileWidth * rfbZRLETileHeight * 4 + 4); in rfbSendRectEncodingZRLE()
/external/libvncserver/rfb/
Drfbproto.h927 #define rfbZRLETileWidth 64 macro
Drfb.h658 int zywrleBuf[rfbZRLETileWidth * rfbZRLETileHeight];
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
Dtight-vncviewer-full.patch10941 +#define rfbZRLETileWidth 64
10956 +int zywrleBuf[rfbZRLETileWidth*rfbZRLETileHeight];
21966 + for(i=0; i<rw; i+=rfbZRLETileWidth) {
21967 + int subWidth=(i+rfbZRLETileWidth>rw)?rw-i:rfbZRLETileWidth;
22260 + if (ptmp_len < rfbZRLETileWidth*rfbZRLETileHeight) {
22261 + ptmp_len = rfbZRLETileWidth*rfbZRLETileHeight;
22454 +int zywrleBuf[rfbZRLETileWidth*rfbZRLETileHeight];
22476 + for (tx = x; tx < x+w; tx += rfbZRLETileWidth) {
22477 + int tw = rfbZRLETileWidth;