Home
last modified time | relevance | path

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

/external/libvncserver/libvncserver/
Dzrleencodetemplate.c199 int packedBytes = ((BPPOUT/8) * ph->size + in ZRLE_ENCODE_TILE() local
202 if (packedBytes < estimatedBytes) { in ZRLE_ENCODE_TILE()
205 estimatedBytes = packedBytes; in ZRLE_ENCODE_TILE()