Searched refs:JPEG_REACHED_EOI (Results 1 – 8 of 8) sorted by relevance
321 return JPEG_REACHED_EOI; in consume_markers()340 case JPEG_REACHED_EOI: /* Found EOI */ in consume_markers()
66 if (retcode == JPEG_REACHED_EOI) in jpeg_read_coefficients()
267 case JPEG_REACHED_EOI: in jpeg_read_header()
68 if (retcode == JPEG_REACHED_EOI) in jpeg_start_decompress()
1021 #define JPEG_REACHED_EOI 2 /* Reached end of image */ macro
1037 return JPEG_REACHED_EOI; in read_markers()
2012 JPEG_REACHED_EOI: reached the EOI marker (end of image)2020 immediately return JPEG_REACHED_EOI without attempting to read more data.)2048 JPEG_REACHED_EOI.2122 the pass. (You can detect this by noting the JPEG_REACHED_EOI return code2146 returns JPEG_REACHED_SOS or JPEG_REACHED_EOI. Or just use the next higher2289 JPEG_REACHED_EOI return codes as the equivalent of jpeg_read_header's codes.2293 tables-only file this way, jpeg_consume_input() will return JPEG_REACHED_EOI
300 `JPEG_REACHED_EOI`.