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 213 else srcpf=TJPF_RGB;
304 else dstpf=TJPF_RGB;
turbojpeg.h 173 TJPF_RGB=0,
    [all...]
turbojpeg.c 155 else return TJPF_RGB;
184 case TJPF_RGB:
201 case TJPF_RGB:
211 cinfo->in_color_space=JCS_RGB; pixelFormat=TJPF_RGB;
284 case TJPF_RGB:
307 case TJPF_RGB:
403 case TJPF_RGB:
463 case TJPF_RGB:
1089 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 824 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 622 milliseconds