Lines Matching full: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.
27 // Initializes the file handler, i.e. opens the input and output files etc.
32 // Writes a frame of the configured frame length to the output file.
36 // Closes the output file if open. Essentially makes this class impossible
46 // Creates a file handler. The input file is assumed to exist and be readable
47 // and the output file must be writable.
49 // output_filename The file to write. Will be overwritten if already
64 FILE* output_file_;