Home
last modified time | relevance | path

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

/external/libvncserver/libvncserver/
Dzrleencodetemplate.c257 int bppp; in ZRLE_ENCODE_TILE() local
264 bppp = bitsPerPackedPixel[ph->size-1]; in ZRLE_ENCODE_TILE()
275 byte = (byte << bppp) | index; in ZRLE_ENCODE_TILE()
276 nbits += bppp; in ZRLE_ENCODE_TILE()
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
Dtight-vncviewer-full.patch22622 + int bppp;
22629 + bppp = bitsPerPackedPixel[ph->size-1];
22640 + byte = (byte << bppp) | index;
22641 + nbits += bppp;