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

  /external/chromium_org/third_party/libjpeg_turbo/
turbojpeg.h 167 TJPF_XRGB,
192 * ARGB pixel format. This is the same as @ref TJPF_XRGB, except that when
    [all...]
turbojpeg.c 137 else return TJPF_XRGB;
168 case TJPF_XRGB:
179 case TJPF_XRGB:
231 case TJPF_XRGB:
250 case TJPF_XRGB:
346 case TJPF_XRGB:
414 case TJPF_XRGB:
    [all...]
tjunittest.c 75 const int _4byteFormats[]={TJPF_RGBX, TJPF_BGRX, TJPF_XBGR, TJPF_XRGB};
515 if(pf>=TJPF_RGBX && pf<=TJPF_XRGB)
tjbench.c 822 if(!strcasecmp(argv[i], "-xrgb")) pf=TJPF_XRGB;

Completed in 113 milliseconds