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

/development/tools/yuv420sp2rgb/
H A Dyuv420sp2rgb.c191 static void convert(const char *infile, argument
229 INFO("Opening input file %s\n", infile);
230 ifd = open(infile, O_RDONLY);
232 infile, strerror(errno), errno);
239 INFO("Memory-mapping input file %s\n", infile);
272 char *infile, *outfile, *type; local
311 infile = argv[first];
313 INFO("input file: [%s]\n", infile);
332 convert(infile, outfile,

Completed in 61 milliseconds