Home
last modified time | relevance | path

Searched refs:JPEG_REACHED_EOI (Results 1 – 8 of 8) sorted by relevance

/external/libjpeg-turbo/
Djdinput.c321 return JPEG_REACHED_EOI; in consume_markers()
340 case JPEG_REACHED_EOI: /* Found EOI */ in consume_markers()
Djdtrans.c67 if (retcode == JPEG_REACHED_EOI) in jpeg_read_coefficients()
Djdapimin.c268 case JPEG_REACHED_EOI: in jpeg_read_header()
Djdapistd.c70 if (retcode == JPEG_REACHED_EOI) in jpeg_start_decompress()
Djpeglib.h1027 #define JPEG_REACHED_EOI 2 /* Reached end of image */ macro
Djdmarker.c1034 return JPEG_REACHED_EOI; in read_markers()
Dlibjpeg.txt2030 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 code
2164 returns JPEG_REACHED_SOS or JPEG_REACHED_EOI. Or just use the next higher
2307 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
DChangeLog.md658 `JPEG_REACHED_EOI`.