OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zrle_U8
(Results
1 - 5
of
5
) sorted by null
/external/libvncserver/libvncserver/
zrletypes.h
23
typedef unsigned char
zrle_U8
;
zrleoutstream.h
29
zrle_U8
*start;
30
zrle_U8
*ptr;
31
zrle_U8
*end;
47
const
zrle_U8
*data,
50
zrle_U8
u);
52
zrle_U8
u);
zrlepalettehelper.h
35
zrle_U8
index[ZRLE_PALETTE_MAX_SIZE + 4096];
zrleoutstream.c
221
const
zrle_U8
*data,
224
const
zrle_U8
* dataEnd = data + length;
233
void zrleOutStreamWriteU8(zrleOutStream *os,
zrle_U8
u)
239
void zrleOutStreamWriteOpaque8(zrleOutStream *os,
zrle_U8
u)
248
*os->in.ptr++ = ((
zrle_U8
*)&u)[0];
249
*os->in.ptr++ = ((
zrle_U8
*)&u)[1];
255
*os->in.ptr++ = ((
zrle_U8
*)&u)[0];
256
*os->in.ptr++ = ((
zrle_U8
*)&u)[1];
257
*os->in.ptr++ = ((
zrle_U8
*)&u)[2];
258
*os->in.ptr++ = ((
zrle_U8
*)&u)[3]
[
all
...]
zrleencodetemplate.c
267
zrle_U8
nbits = 0;
268
zrle_U8
byte = 0;
274
zrle_U8
index = zrlePaletteHelperLookup(ph, pix);
304
zrleOutStreamWriteBytes(os, (
zrle_U8
*)data, w*h*(BPP/8));
Completed in 777 milliseconds