Home | History | Annotate | Download | only in jpeg

Lines Matching refs:FILE

5  * This file is part of the Independent JPEG Group's software.
6 * For conditions of distribution and use, see the accompanying README file.
8 * This file contains decompression data source routines for the case of
9 * reading JPEG data from a file (or any stdio stream). While these routines
28 FILE * infile; /* source stream */
48 /* We reset the empty-input-file flag for each image,
65 * There is no such thing as an EOF return. If the end of the file has been
71 * input file, so we handle that case specially.
98 if (src->start_of_file) /* Treat empty input file as fatal error */
182 jpeg_stdio_src (j_decompress_ptr cinfo, FILE * infile)
187 * of JPEG images can be read from the same file by calling jpeg_stdio_src