Searched refs:JPEG_REACHED_EOI (Results 1 – 24 of 24) 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()
1021 #define JPEG_REACHED_EOI 2 /* Reached end of image */ macro
70 if (retcode == JPEG_REACHED_EOI) in jpeg_start_decompress()
1034 return JPEG_REACHED_EOI; in read_markers()
2019 JPEG_REACHED_EOI: reached the EOI marker (end of image)2027 immediately return JPEG_REACHED_EOI without attempting to read more data.)2055 JPEG_REACHED_EOI.2129 the pass. (You can detect this by noting the JPEG_REACHED_EOI return code2153 returns JPEG_REACHED_SOS or JPEG_REACHED_EOI. Or just use the next higher2296 JPEG_REACHED_EOI return codes as the equivalent of jpeg_read_header's codes.2300 tables-only file this way, jpeg_consume_input() will return JPEG_REACHED_EOI
760 `JPEG_REACHED_EOI`.
66 if (retcode == JPEG_REACHED_EOI) in jpeg_read_coefficients()
267 case JPEG_REACHED_EOI: in jpeg_read_header()
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
248 `JPEG_REACHED_EOI`.
1027 #define JPEG_REACHED_EOI 2 /* Reached end of image */ macro
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
640 `JPEG_REACHED_EOI`.