Searched refs:TJPF_XRGB (Results 1 - 4 of 4) sorted by relevance

/external/libvncserver/common/
H A Dturbojpeg.h162 TJPF_XRGB, enumerator in enum:TJPF
187 * ARGB pixel format. This is the same as @ref TJPF_XRGB, except that when
H A Dturbojpeg.c129 else return TJPF_XRGB;
160 case TJPF_XRGB:
171 case TJPF_XRGB:
223 case TJPF_XRGB:
242 case TJPF_XRGB:
336 case TJPF_XRGB:
404 case TJPF_XRGB:
/external/libvncserver/test/
H A Dtjunittest.c65 const int _4byteFormats[]={TJPF_RGBX, TJPF_BGRX, TJPF_XBGR, TJPF_XRGB};
363 if(pf>=TJPF_RGBX && pf<=TJPF_XRGB)
H A Dtjbench.c581 if(!strcasecmp(argv[i], "-xrgb")) pf=TJPF_XRGB;

Completed in 247 milliseconds