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

  /external/libvncserver/common/
turbojpeg.h 128 TJPF_RGB=0,
turbojpeg.c 122 else return TJPF_RGB;
150 case TJPF_RGB:
167 case TJPF_RGB:
177 cinfo->in_color_space=JCS_RGB; pixelFormat=TJPF_RGB;
215 case TJPF_RGB:
238 case TJPF_RGB:
314 case TJPF_RGB:
374 case TJPF_RGB:
  /external/libjpeg-turbo/doc/html/search/
enumvalues_74.js 15 ['tjpf_5frgb',['TJPF_RGB',['../group___turbo_j_p_e_g.html#ggac916144e26c3817ac514e64ae5d12e2aa7ce93230bff449518ce387c17e6ed37c',1,'turbojpeg.h']]],
all_74.js 53 ['tjpf_5frgb',['TJPF_RGB',['../group___turbo_j_p_e_g.html#ggac916144e26c3817ac514e64ae5d12e2aa7ce93230bff449518ce387c17e6ed37c',1,'turbojpeg.h']]],
  /external/libjpeg-turbo/
bmp.c 220 else srcpf=TJPF_RGB;
311 else dstpf=TJPF_RGB;
turbojpeg.h 173 TJPF_RGB=0,
    [all...]
turbojpeg.c 156 else return TJPF_RGB;
185 case TJPF_RGB:
202 case TJPF_RGB:
212 cinfo->in_color_space=JCS_RGB; pixelFormat=TJPF_RGB;
285 case TJPF_RGB:
308 case TJPF_RGB:
427 case TJPF_RGB:
487 case TJPF_RGB:
1119 if(setCompDefaults(cinfo, TJPF_RGB, subsamp, jpegQual, flags)==-1)
    [all...]
tjunittest.c 76 const int _3byteFormats[]={TJPF_RGB, TJPF_BGR};
80 const int _onlyRGB[]={TJPF_RGB};
tjbench.c 835 if(!strcasecmp(argv[i], "-rgb")) pf=TJPF_RGB;
  /external/libvncserver/test/
tjunittest.c 64 const int _3byteFormats[]={TJPF_RGB, TJPF_BGR};
67 const int _onlyRGB[]={TJPF_RGB};
tjbench.c 576 if(!strcasecmp(argv[i], "-rgb")) pf=TJPF_RGB;

Completed in 77 milliseconds