Home
last modified time | relevance | path

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

/external/jpeg/
Djdtrans.c63 if (retcode == JPEG_REACHED_EOI) in jpeg_read_coefficients()
118 if (retcode == JPEG_REACHED_EOI) in jpeg_build_huffman_index_progressive()
130 if (retcode == JPEG_REACHED_EOI) in jpeg_build_huffman_index_progressive()
177 if (retcode == JPEG_REACHED_EOI) in jpeg_build_huffman_index_baseline()
Djdinput.c322 return JPEG_REACHED_EOI; in consume_markers()
341 case JPEG_REACHED_EOI: /* Found EOI */ in consume_markers()
Djdapimin.c256 case JPEG_REACHED_EOI: in jpeg_read_header()
Djdapistd.c63 if (retcode == JPEG_REACHED_EOI) in jpeg_start_decompress()
Djpeglib.h1073 #define JPEG_REACHED_EOI 2 /* Reached end of image */ macro
Djdmarker.c1029 return JPEG_REACHED_EOI; in read_markers()
Dlibjpeg.doc1846 JPEG_REACHED_EOI: reached the EOI marker (end of image)
1854 immediately return JPEG_REACHED_EOI without attempting to read more data.)
1882 JPEG_REACHED_EOI.
1956 the pass. (You can detect this by noting the JPEG_REACHED_EOI return code
1980 returns JPEG_REACHED_SOS or JPEG_REACHED_EOI. Or just use the next higher
2123 JPEG_REACHED_EOI return codes as the equivalent of jpeg_read_header's codes.
2127 tables-only file this way, jpeg_consume_input() will return JPEG_REACHED_EOI
/external/webkit/Source/WebCore/platform/image-decoders/jpeg/
DJPEGImageDecoder.cpp302 } while ((status != JPEG_SUSPENDED) && (status != JPEG_REACHED_EOI)); in decode()
311 … if (!m_info.output_scan_number && (scan > 1) && (status != JPEG_REACHED_EOI)) in decode()