Lines Matching refs:FILE
5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
85 "Output file name pattern (see below)");
144 "\nOutput File Patterns:\n\n"
145 " The -o argument specifies the name of the file(s) to "
147 "characters, the output will be\n written to a single file. "
208 FILE *infile;
225 FILE *infile = input->infile;
281 " - not a raw file?\n", (unsigned int)new_buf_sz);
330 FILE *outfile = out = strcmp("-", out_fn) ? fopen(out_fn, "wb")
335 fprintf(stderr, "Failed to output file");
380 unsigned int file_is_ivf(FILE *infile,
398 fprintf(stderr, "Error: Unrecognized IVF version! This file may not"
438 unsigned int file_is_raw(FILE *infile,
478 FILE *f = userdata;
702 FILE *infile;
864 /* Open file */
869 fprintf(stderr, "Failed to open file '%s'",
893 fprintf(stderr, "Unrecognized input file type.\n");
897 /* If the output file is not set or doesn't have a sequence number in
939 "webm file?\n");
1015 /* Decode file */