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

  /external/libvncserver/libvncclient/
tight.c 101 int bufferSize, rowSize, numRows, portionLen, rowsProcessed, extraBytes;
244 portionLen = ZLIB_BUFFER_SIZE;
246 portionLen = compressedLen;
248 if (!ReadFromRFBServer(client, (char*)client->zlib_buffer, portionLen))
251 compressedLen -= portionLen;
254 zs->avail_in = portionLen;
  /external/libvncserver/libvncserver/
tight.c     [all...]

Completed in 543 milliseconds