HomeSort by relevance Sort by last modified time
    Searched refs:TJPF_XRGB (Results 1 - 10 of 10) sorted by null

  /external/libvncserver/common/
turbojpeg.h 162 TJPF_XRGB,
187 * ARGB pixel format. This is the same as @ref TJPF_XRGB, except that when
turbojpeg.c 129 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/libjpeg-turbo/doc/html/search/
enumvalues_74.js 19 ['tjpf_5fxrgb',['TJPF_XRGB',['../group___turbo_j_p_e_g.html#ggac916144e26c3817ac514e64ae5d12e2aadae996905efcfa3b42a0bb3bea7f9d84',1,'turbojpeg.h']]],
all_74.js 57 ['tjpf_5fxrgb',['TJPF_XRGB',['../group___turbo_j_p_e_g.html#ggac916144e26c3817ac514e64ae5d12e2aadae996905efcfa3b42a0bb3bea7f9d84',1,'turbojpeg.h']]],
  /external/libvncserver/test/
tjunittest.c 65 const int _4byteFormats[]={TJPF_RGBX, TJPF_BGRX, TJPF_XBGR, TJPF_XRGB};
363 if(pf>=TJPF_RGBX && pf<=TJPF_XRGB)
tjbench.c 581 if(!strcasecmp(argv[i], "-xrgb")) pf=TJPF_XRGB;
  /external/libjpeg-turbo/
turbojpeg.h 207 TJPF_XRGB,
232 * ARGB pixel format. This is the same as @ref TJPF_XRGB, except that when
    [all...]
turbojpeg.c 163 else return TJPF_XRGB;
195 case TJPF_XRGB:
206 case TJPF_XRGB:
293 case TJPF_XRGB:
312 case TJPF_XRGB:
449 case TJPF_XRGB:
517 case TJPF_XRGB:
    [all...]
tjunittest.c 77 const int _4byteFormats[]={TJPF_RGBX, TJPF_BGRX, TJPF_XBGR, TJPF_XRGB,
577 if(pf>=TJPF_RGBX && pf<=TJPF_XRGB)
tjbench.c 857 else if(!strcasecmp(argv[i], "-xrgb")) pf=TJPF_XRGB;

Completed in 188 milliseconds