Home
last modified time | relevance | path

Searched refs:rfbZRLETileWidth (Results 1 – 5 of 5) 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.h948 #define rfbZRLETileWidth 64 macro
Drfb.h658 int zywrleBuf[rfbZRLETileWidth * rfbZRLETileHeight];