Home
last modified time | relevance | path

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

/external/libvncserver/x11vnc/misc/turbovnc/
Dturbojpeg.h29 #define TJ_BGR 1 macro
Dtight.c1476 flags|=TJ_BGR;
1477 if(rfbServerFormat.bigEndian) flags^=TJ_BGR;
/external/libvncserver/common/
Dturbojpeg.h498 #define TJ_BGR 1 macro
Dturbojpeg.c121 if(flags&TJ_BGR) return TJPF_BGR; in getPixelFormat()
128 if(flags&TJ_BGR) return TJPF_XBGR; in getPixelFormat()
133 if(flags&TJ_BGR) return TJPF_BGRX; in getPixelFormat()
/external/libvncserver/libvncserver/
Dtight.c1633 flags |= TJ_BGR; in SendJpegRect()
1635 flags ^= TJ_BGR; in SendJpegRect()
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
Dtight-vncviewer-full.patch17559 + flags|=TJ_BGR;
17560 + if(myFormat.bigEndian) flags^=TJ_BGR;
17609 +#define TJ_BGR 1
17686 + TJ_BGR: The components of each pixel in the source image are stored in
17768 + TJ_BGR: The components of each pixel in the destination image should be