Searched refs:outfile (Results 1 - 3 of 3) sorted by relevance

/development/tools/yuv420sp2rgb/
H A Dcmdline.h7 char **outfile,
H A Dcmdline.c40 "\t%s infile --height <height> --width <width> --output <outfile> -t <ppm|grb|argb> [ --gray ] [ --rotate <degrees> ] [ --verbose ]\n"
58 char **outfile,
67 ASSERT(outfile); *outfile = NULL;
118 SET_STRING_OPTION(outfile);
57 get_options(int argc, char **argv, char **outfile, int *height, int *width, int *gray, char **type, int *rotate, int *verbose) argument
H A Dyuv420sp2rgb.c192 const char *outfile,
234 INFO("Opening output file %s\n", outfile);
235 ofd = open(outfile, O_RDWR | O_CREAT, 0664);
237 outfile, strerror(errno), errno);
244 INFO("Truncating output file %s to %d bytes\n", outfile, outsize);
249 INFO("Memory mapping output file %s\n", outfile);
272 char *infile, *outfile, *type; local
279 &outfile,
291 if (!outfile) {
314 INFO("output file: [%s]\n", outfile);
191 convert(const char *infile, const char *outfile, int height, int width, int gray, int type, int rotate) argument
[all...]

Completed in 127 milliseconds