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

  /external/chromium_org/third_party/libjpeg_turbo/
turbojpeg.h 160 TJPF_XBGR,
186 * ABGR pixel format. This is the same as @ref TJPF_XBGR, except that when
    [all...]
turbojpeg.c 136 if(flags&TJ_BGR) return TJPF_XBGR;
171 case TJPF_XBGR:
180 case TJPF_XBGR:
233 case TJPF_XBGR:
251 case TJPF_XBGR:
352 case TJPF_XBGR:
424 case TJPF_XBGR:
    [all...]
tjunittest.c 75 const int _4byteFormats[]={TJPF_RGBX, TJPF_BGRX, TJPF_XBGR, TJPF_XRGB};
tjbench.c 821 if(!strcasecmp(argv[i], "-xbgr")) pf=TJPF_XBGR;

Completed in 480 milliseconds