Searched refs:TJ_BGR (Results 1 - 5 of 5) sorted by relevance

/external/libvncserver/x11vnc/misc/turbovnc/
H A Dturbojpeg.h29 #define TJ_BGR 1 macro
106 TJ_BGR: The components of each pixel in the source image are stored in
188 TJ_BGR: The components of each pixel in the destination image should be
H A Dtight.c1476 flags|=TJ_BGR;
1477 if(rfbServerFormat.bigEndian) flags^=TJ_BGR;
/external/libvncserver/common/
H A Dturbojpeg.h498 #define TJ_BGR 1 macro
H A Dturbojpeg.c121 if(flags&TJ_BGR) return TJPF_BGR;
128 if(flags&TJ_BGR) return TJPF_XBGR;
133 if(flags&TJ_BGR) return TJPF_BGRX;
/external/libvncserver/libvncserver/
H A Dtight.c1633 flags |= TJ_BGR;
1635 flags ^= TJ_BGR;

Completed in 475 milliseconds