Searched refs:loadbmp (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libjpeg_turbo/
H A Dbmp.h34 int loadbmp(char *filename, unsigned char **buf, int *w, int *h, int pf,
H A Dbmp.c101 int loadbmp(char *filename, unsigned char **buf, int *w, int *h, function
113 _throw("loadbmp(): Invalid argument");
116 _throwunix("loadbmp(): Cannot open input file");
130 _throwunix("loadbmp(): Could not read input file")
131 else if(tempc==EOF) _throw("loadbmp(): Input file contains no data");
136 _throw("loadbmp(): Could not initialize bitmap loader");
141 _throw("loadbmp(): Could not initialize bitmap loader");
143 else _throw("loadbmp(): Unsupported file type");
157 _throw("loadbmp(): Memory allocation failure");
H A Djpgtest.cxx359 if(loadbmp(argv[1], &bmpbuf, &w, &h, pf, 1, bu)==-1)
H A Dtjbench.c898 if(loadbmp(argv[1], &srcbuf, &w, &h, pf, (flags&TJFLAG_BOTTOMUP)!=0)==-1)

Completed in 300 milliseconds