Home
last modified time | relevance | path

Searched refs:out_fn (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/
Dvpxdec.c323 void *out_open(const char *out_fn, int do_md5) in out_open() argument
331 (void)out_fn; in out_open()
337 FILE *outfile = out = strcmp("-", out_fn) ? fopen(out_fn, "wb") in out_open()
364 void out_close(void *out, const char *out_fn, int do_md5) in out_close() argument
378 printf(" %s\n", out_fn); in out_close()
1085 char out_fn[PATH_MAX]; in main() local
1090 size_t len = sizeof(out_fn)-1; in main()
1092 out_fn[len] = '\0'; in main()
1093 generate_filename(outfile_pattern, out_fn, len-1, in main()
1095 out = out_open(out_fn, do_md5); in main()
[all …]
Dvpxenc.c1528 const char *out_fn; member
1784 stream->config.out_fn = NULL; in new_stream()
1829 config->out_fn = arg.val; in parse_stream_params()
1970 if(!streami->config.out_fn) in validate_stream_config()
1977 const char *a = stream->config.out_fn; in validate_stream_config()
1978 const char *b = streami->config.out_fn; in validate_stream_config()
2041 fprintf(stderr, "Destination file: %s\n", stream->config.out_fn); in show_stream_config()
2079 const char *fn = stream->config.out_fn; in open_output_file()
/external/e2fsprogs/debugfs/
Ddump.c148 char *in_fn, *out_fn; in do_dump() local
170 out_fn = argv[optind+1]; in do_dump()
176 fd = open(out_fn, O_CREAT | O_WRONLY | O_TRUNC | O_LARGEFILE, 0666); in do_dump()
179 out_fn); in do_dump()
183 dump_file(argv[0], inode, fd, preserve, out_fn); in do_dump()
Dlogdump.c78 char *out_fn; in do_logdump() local
172 out_fn = argv[optind]; in do_logdump()
173 out_file = fopen(out_fn, "w"); in do_logdump()
176 out_fn); in do_logdump()
/external/zlib/src/contrib/pascal/
Dzlibpas.pas139 out_fn: out_func; out_desc: Pointer): Integer;