HomeSort by relevance Sort by last modified time
    Searched full:uncompressedbytes (Results 1 - 4 of 4) sorted by null

  /external/libvncserver/libvncclient/
ultra.c 40 lzo_uint uncompressedBytes = (( rw * rh ) * ( BPP / 8 ));
48 if (uncompressedBytes==0)
60 if ( client->raw_buffer_size < (int)uncompressedBytes) {
64 client->raw_buffer_size = uncompressedBytes;
88 uncompressedBytes = client->raw_buffer_size;
91 (lzo_byte *)client->raw_buffer, (lzo_uintp) &uncompressedBytes,
95 if ((rw * rh * (BPP / 8)) != uncompressedBytes)
96 rfbClientLog("Ultra decompressed too little (%d < %d)", (rw * rh * (BPP / 8)), uncompressedBytes);
122 lzo_uint uncompressedBytes = ry + (rw * 65535);
132 if (uncompressedBytes==0
    [all...]
  /external/zopfli/src/zopflipng/lodepng/
lodepng_util.h 124 size_t uncompressedbytes; //size of uncompressed block in bytes member in struct:lodepng::ZlibBlockInfo
lodepng_util.cpp 379 zlibinfo->back().uncompressedbytes = uncomprblocksize;
  /external/zlib/src/contrib/delphi/
ZLib.pas 73 data has been compressed: (1 - (CompressedBytes / UncompressedBytes)) * 100

Completed in 167 milliseconds