HomeSort by relevance Sort by last modified time
    Searched refs:enableLastRectEncoding (Results 1 - 3 of 3) sorted by null

  /external/libvncserver/libvncserver/
tight.c 251 if (cl->enableLastRectEncoding && w * h >= MIN_SPLIT_RECT_SIZE)
342 if (!cl->enableLastRectEncoding || w * h < MIN_SPLIT_RECT_SIZE)
    [all...]
rfbserver.c 434 cl->enableLastRectEncoding = FALSE;
    [all...]
  /external/libvncserver/rfb/
rfb.h 625 rfbBool enableLastRectEncoding; /**< client supports LastRect encoding */
    [all...]

Completed in 69 milliseconds