Searched refs:unread_marker (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djdmarker.c169 * in cinfo->unread_marker; input restart point is just after the marker.
186 * On resumption, cinfo->unread_marker still contains the marker code,
257 TRACEMS4(cinfo, 1, JTRC_SOF, cinfo->unread_marker,
714 switch (cinfo->unread_marker) {
723 ERREXIT1(cinfo, JERR_UNKNOWN_MARKER, cinfo->unread_marker);
756 if (cinfo->unread_marker == (int) M_COM)
759 limit = marker->length_limit_APPn[cinfo->unread_marker - (int) M_APP0];
767 cur_marker->marker = (UINT8) cinfo->unread_marker;
820 switch (cinfo->unread_marker) {
828 TRACEMS2(cinfo, 1, JTRC_MISC_MARKER, cinfo->unread_marker,
[all...]
H A Djdhuff.c306 if (cinfo->unread_marker == 0) { /* cannot advance past a marker */
323 * so that we can save a valid unread_marker value. NOTE: we will
350 cinfo->unread_marker = c;
494 if (cinfo->unread_marker == 0)
H A Djdphuff.c256 if (cinfo->unread_marker == 0)
H A Djpeglib.h614 int unread_marker; member in struct:jpeg_decompress_struct
807 * Need not pass marker code since it is stored in cinfo->unread_marker.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djdmarker.c169 * in cinfo->unread_marker; input restart point is just after the marker.
186 * On resumption, cinfo->unread_marker still contains the marker code,
257 TRACEMS4(cinfo, 1, JTRC_SOF, cinfo->unread_marker,
714 switch (cinfo->unread_marker) {
723 ERREXIT1(cinfo, JERR_UNKNOWN_MARKER, cinfo->unread_marker);
756 if (cinfo->unread_marker == (int) M_COM)
759 limit = marker->length_limit_APPn[cinfo->unread_marker - (int) M_APP0];
767 cur_marker->marker = (UINT8) cinfo->unread_marker;
820 switch (cinfo->unread_marker) {
828 TRACEMS2(cinfo, 1, JTRC_MISC_MARKER, cinfo->unread_marker,
[all...]
H A Ddjpeg.c382 if (cinfo->unread_marker == JPEG_COM)
386 cinfo->unread_marker - JPEG_APP0, (long) length);
H A Djdarith.c117 if (cinfo->unread_marker)
133 cinfo->unread_marker = data;
H A Djdhuff.c433 if (cinfo->unread_marker == 0) { /* cannot advance past a marker */
450 * so that we can save a valid unread_marker value. NOTE: we will
477 cinfo->unread_marker = c;
618 if (cinfo->unread_marker == 0)
H A Djpeglib.h640 int unread_marker; member in struct:jpeg_decompress_struct
833 * Need not pass marker code since it is stored in cinfo->unread_marker.

Completed in 59 milliseconds