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

  /external/libvncserver/common/
turbojpeg.h 141 TJPF_RGBX,
169 * RGBA pixel format. This is the same as @ref TJPF_RGBX, except that when
turbojpeg.c 134 else return TJPF_RGBX;
154 case TJPF_RGBX:
169 case TJPF_RGBX:
219 case TJPF_RGBX:
240 case TJPF_RGBX:
324 case TJPF_RGBX:
384 case TJPF_RGBX:
  /external/libjpeg-turbo/doc/html/search/
enumvalues_74.js 17 ['tjpf_5frgbx',['TJPF_RGBX',['../group___turbo_j_p_e_g.html#ggac916144e26c3817ac514e64ae5d12e2aa83973bebb7e2dc6fa8bae89ff3f42e01',1,'turbojpeg.h']]],
all_74.js 55 ['tjpf_5frgbx',['TJPF_RGBX',['../group___turbo_j_p_e_g.html#ggac916144e26c3817ac514e64ae5d12e2aa83973bebb7e2dc6fa8bae89ff3f42e01',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)
364 decompTest(dhandle, dstBuf, size, w, h, pf+(TJPF_RGBA-TJPF_RGBX),
tjbench.c 577 if(!strcasecmp(argv[i], "-rgbx")) pf=TJPF_RGBX;
  /external/libjpeg-turbo/
turbojpeg.h 186 TJPF_RGBX,
214 * RGBA pixel format. This is the same as @ref TJPF_RGBX, except that when
    [all...]
tjunittest.c 77 const int _4byteFormats[]={TJPF_RGBX, TJPF_BGRX, TJPF_XBGR, TJPF_XRGB,
577 if(pf>=TJPF_RGBX && pf<=TJPF_XRGB)
580 decompTest(dhandle, dstBuf, size, w, h, pf+(TJPF_RGBA-TJPF_RGBX),
turbojpeg.c 167 else return TJPF_RGBX;
188 case TJPF_RGBX:
203 case TJPF_RGBX:
288 case TJPF_RGBX:
309 case TJPF_RGBX:
413 case TJPF_RGBX:
473 case TJPF_RGBX:
    [all...]
tjbench.c 825 if(!strcasecmp(argv[i], "-rgbx")) pf=TJPF_RGBX;

Completed in 50 milliseconds