Searched refs:outfile (Results 1 – 3 of 3) sorted by relevance
/development/tools/yuv420sp2rgb/ |
D | yuv420sp2rgb.c | 192 const char *outfile, in convert() argument 234 INFO("Opening output file %s\n", outfile); in convert() 235 ofd = open(outfile, O_RDWR | O_CREAT, 0664); in convert() 237 outfile, strerror(errno), errno); in convert() 244 INFO("Truncating output file %s to %d bytes\n", outfile, outsize); in convert() 249 INFO("Memory mapping output file %s\n", outfile); in convert() 272 char *infile, *outfile, *type; in main() local 279 &outfile, in main() 291 if (!outfile) { in main() 314 INFO("output file: [%s]\n", outfile); in main() [all …]
|
D | cmdline.c | 58 char **outfile, in get_options() argument 67 ASSERT(outfile); *outfile = NULL; in get_options() 118 SET_STRING_OPTION(outfile); in get_options()
|
D | cmdline.h | 7 char **outfile,
|