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

  /external/chromium_org/third_party/libjpeg_turbo/
turbojpeg.h 146 TJPF_RGBX,
174 * RGBA pixel format. This is the same as @ref TJPF_RGBX, except that when
    [all...]
turbojpeg.c 142 else return TJPF_RGBX;
162 case TJPF_RGBX:
177 case TJPF_RGBX:
227 case TJPF_RGBX:
248 case TJPF_RGBX:
334 case TJPF_RGBX:
394 case TJPF_RGBX:
    [all...]
tjunittest.c 75 const int _4byteFormats[]={TJPF_RGBX, TJPF_BGRX, TJPF_XBGR, TJPF_XRGB};
515 if(pf>=TJPF_RGBX && pf<=TJPF_XRGB)
518 decompTest(dhandle, dstBuf, size, w, h, pf+(TJPF_RGBA-TJPF_RGBX),
tjbench.c 818 if(!strcasecmp(argv[i], "-rgbx")) pf=TJPF_RGBX;

Completed in 66 milliseconds