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

  /external/chromium_org/third_party/libjpeg_turbo/
tjunittest.c 75 const int _4byteFormats[]={TJPF_RGBX, TJPF_BGRX, TJPF_XBGR, TJPF_XRGB};
570 _tj(tjEncodeYUV2(handle, srcBuf, w, 0, h, TJPF_BGRX, dstBuf, subsamp,
575 _tj(tjCompress2(handle, srcBuf, w, 0, h, TJPF_BGRX, &dstBuf,
599 _tj(tjEncodeYUV2(handle, srcBuf, h, 0, w, TJPF_BGRX, dstBuf, subsamp,
604 _tj(tjCompress2(handle, srcBuf, h, 0, w, TJPF_BGRX, &dstBuf,
turbojpeg.h 153 TJPF_BGRX,
180 * BGRA pixel format. This is the same as @ref TJPF_BGRX, except that when
    [all...]
turbojpeg.c 141 if(flags&TJ_BGR) return TJPF_BGRX;
165 case TJPF_BGRX:
178 case TJPF_BGRX:
229 case TJPF_BGRX:
249 case TJPF_BGRX:
340 case TJPF_BGRX:
404 case TJPF_BGRX:
    [all...]
tjbench.c 820 if(!strcasecmp(argv[i], "-bgrx")) pf=TJPF_BGRX;

Completed in 58 milliseconds