Searched refs:TJPF_BGR (Results 1 - 8 of 8) sorted by relevance

/external/libvncserver/common/
H A Dturbojpeg.h134 TJPF_BGR, enumerator in enum:TJPF
H A Dturbojpeg.c121 if(flags&TJ_BGR) return TJPF_BGR;
152 case TJPF_BGR:
168 case TJPF_BGR:
217 case TJPF_BGR:
239 case TJPF_BGR:
319 case TJPF_BGR:
379 case TJPF_BGR:
/external/libjpeg-turbo/
H A Dturbojpeg.h179 TJPF_BGR, enumerator in enum:TJPF
H A Dturbojpeg.c155 if(flags&TJ_BGR) return TJPF_BGR;
187 case TJPF_BGR:
203 case TJPF_BGR:
287 case TJPF_BGR:
309 case TJPF_BGR:
432 case TJPF_BGR:
492 case TJPF_BGR:
H A Dtjbench.c49 dotile=0, pf=TJPF_BGR, yuvpad=1, dowrite=1;
854 else if(!strcasecmp(argv[i], "-bgr")) pf=TJPF_BGR;
H A Dtjunittest.c76 const int _3byteFormats[]={TJPF_RGB, TJPF_BGR};
/external/libvncserver/test/
H A Dtjunittest.c64 const int _3byteFormats[]={TJPF_RGB, TJPF_BGR};
H A Dtjbench.c47 int flags=0, decomponly=0, quiet=0, dotile=0, pf=TJPF_BGR;
578 if(!strcasecmp(argv[i], "-bgr")) pf=TJPF_BGR;

Completed in 281 milliseconds