• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/

Lines Matching refs:unread_marker

169  *   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,
854 TRACEMS2(cinfo, 1, JTRC_MISC_MARKER, cinfo->unread_marker, (int) length);
865 * Find the next JPEG marker, save it in cinfo->unread_marker.
867 * in that case cinfo->unread_marker is unchanged.
913 cinfo->unread_marker = c;
937 cinfo->unread_marker = c2;
958 if (cinfo->unread_marker == 0) {
967 /* At this point cinfo->unread_marker contains the marker code and the
971 switch (cinfo->unread_marker) {
1008 ERREXIT1(cinfo, JERR_SOF_UNSUPPORTED, cinfo->unread_marker);
1014 cinfo->unread_marker = 0; /* processed the marker */
1019 cinfo->unread_marker = 0; /* processed the marker */
1059 cinfo->unread_marker - (int) M_APP0]) (cinfo))
1077 TRACEMS1(cinfo, 1, JTRC_PARMLESS_MARKER, cinfo->unread_marker);
1091 ERREXIT1(cinfo, JERR_UNKNOWN_MARKER, cinfo->unread_marker);
1095 cinfo->unread_marker = 0;
1106 * number of MCUs. cinfo->unread_marker may be nonzero if the entropy decoder
1108 * cinfo->unread_marker will be reset to 0 before returning; if not reset,
1117 if (cinfo->unread_marker == 0) {
1122 if (cinfo->unread_marker ==
1126 cinfo->unread_marker = 0;
1151 * a nonzero restart interval has been declared.) cinfo->unread_marker is
1156 * Note that cinfo->unread_marker is treated as a marker appearing before
1171 * 3. Leave the marker unread (by failing to zero cinfo->unread_marker).
1194 int marker = cinfo->unread_marker;
1220 cinfo->unread_marker = 0;
1226 marker = cinfo->unread_marker;
1248 cinfo->unread_marker = 0; /* no pending marker */