Home
last modified time | relevance | path

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

/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/libjpeg-turbo/
Dturbojpeg.h1488 #define TJ_BGR 1 macro
Dturbojpeg.c155 if(flags&TJ_BGR) return TJPF_BGR; in getPixelFormat()
162 if(flags&TJ_BGR) return TJPF_XBGR; in getPixelFormat()
167 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()