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

  /external/libvncserver/common/
turbojpeg.h 148 TJPF_BGRX,
175 * BGRA pixel format. This is the same as @ref TJPF_BGRX, except that when
turbojpeg.c 133 if(flags&TJ_BGR) return TJPF_BGRX;
157 case TJPF_BGRX:
170 case TJPF_BGRX:
221 case TJPF_BGRX:
241 case TJPF_BGRX:
330 case TJPF_BGRX:
394 case TJPF_BGRX:
  /external/libjpeg-turbo/doc/html/search/
enumvalues_74.js 12 ['tjpf_5fbgrx',['TJPF_BGRX',['../group___turbo_j_p_e_g.html#ggac916144e26c3817ac514e64ae5d12e2aa2a1fbf569ca79897eae886e3376ca4c8',1,'turbojpeg.h']]],
all_74.js 50 ['tjpf_5fbgrx',['TJPF_BGRX',['../group___turbo_j_p_e_g.html#ggac916144e26c3817ac514e64ae5d12e2aa2a1fbf569ca79897eae886e3376ca4c8',1,'turbojpeg.h']]],
  /external/libvncserver/test/
tjunittest.c 65 const int _4byteFormats[]={TJPF_RGBX, TJPF_BGRX, TJPF_XBGR, TJPF_XRGB};
408 _tj(tjCompress2(handle, srcBuf, w, 0, h, TJPF_BGRX, &jpegBuf,
426 _tj(tjCompress2(handle, srcBuf, h, 0, w, TJPF_BGRX, &jpegBuf,
tjbench.c 579 if(!strcasecmp(argv[i], "-bgrx")) pf=TJPF_BGRX;
  /external/libjpeg-turbo/
tjunittest.c 77 const int _4byteFormats[]={TJPF_RGBX, TJPF_BGRX, TJPF_XBGR, TJPF_XRGB,
632 _tj(tjEncodeYUV3(handle, srcBuf, w, 0, h, TJPF_BGRX, dstBuf, pad,
637 _tj(tjCompress2(handle, srcBuf, w, 0, h, TJPF_BGRX, &dstBuf,
664 _tj(tjEncodeYUV3(handle, srcBuf, h, 0, w, TJPF_BGRX, dstBuf, pad,
669 _tj(tjCompress2(handle, srcBuf, h, 0, w, TJPF_BGRX, &dstBuf,
turbojpeg.h 193 TJPF_BGRX,
220 * BGRA pixel format. This is the same as @ref TJPF_BGRX, except that when
    [all...]
turbojpeg.c 167 if(flags&TJ_BGR) return TJPF_BGRX;
192 case TJPF_BGRX:
205 case TJPF_BGRX:
291 case TJPF_BGRX:
311 case TJPF_BGRX:
443 case TJPF_BGRX:
507 case TJPF_BGRX:
    [all...]
tjbench.c 855 else if(!strcasecmp(argv[i], "-bgrx")) pf=TJPF_BGRX;

Completed in 467 milliseconds