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

  /external/chromium_org/third_party/libjpeg_turbo/
bmp.c 153 else srcpf=TJPF_RGB;
244 else dstpf=TJPF_RGB;
turbojpeg.h 133 TJPF_RGB=0,
    [all...]
turbojpeg.c 130 else return TJPF_RGB;
158 case TJPF_RGB:
175 case TJPF_RGB:
185 cinfo->in_color_space=JCS_RGB; pixelFormat=TJPF_RGB;
223 case TJPF_RGB:
246 case TJPF_RGB:
324 case TJPF_RGB:
384 case TJPF_RGB:
    [all...]
tjunittest.c 74 const int _3byteFormats[]={TJPF_RGB, TJPF_BGR};
77 const int _onlyRGB[]={TJPF_RGB};
tjbench.c 817 if(!strcasecmp(argv[i], "-rgb")) pf=TJPF_RGB;

Completed in 246 milliseconds