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()
67 if (retcode == JPEG_REACHED_EOI) in jpeg_read_coefficients()
268 case JPEG_REACHED_EOI: in jpeg_read_header()
70 if (retcode == JPEG_REACHED_EOI) in jpeg_start_decompress()
1027 #define JPEG_REACHED_EOI 2 /* Reached end of image */ macro
1034 return JPEG_REACHED_EOI; in read_markers()
2030 JPEG_REACHED_EOI: reached the EOI marker (end of image)2038 immediately return JPEG_REACHED_EOI without attempting to read more data.)2066 JPEG_REACHED_EOI.2140 the pass. (You can detect this by noting the JPEG_REACHED_EOI return code2164 returns JPEG_REACHED_SOS or JPEG_REACHED_EOI. Or just use the next higher2307 JPEG_REACHED_EOI return codes as the equivalent of jpeg_read_header's codes.2311 tables-only file this way, jpeg_consume_input() will return JPEG_REACHED_EOI
658 `JPEG_REACHED_EOI`.