HomeSort by relevance Sort by last modified time
    Searched refs:unread_marker (Results 1 - 15 of 15) sorted by null

  /external/jpeg/
jdmarker.c 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,
722 switch (cinfo->unread_marker) {
731 ERREXIT1(cinfo, JERR_UNKNOWN_MARKER, cinfo->unread_marker);
764 if (cinfo->unread_marker == (int) M_COM)
767 limit = marker->length_limit_APPn[cinfo->unread_marker - (int) M_APP0];
775 cur_marker->marker = (UINT8) cinfo->unread_marker;
828 switch (cinfo->unread_marker) {
836 TRACEMS2(cinfo, 1, JTRC_MISC_MARKER, cinfo->unread_marker,
    [all...]
jdhuff.c 307 if (cinfo->unread_marker == 0) { /* cannot advance past a marker */
324 * so that we can save a valid unread_marker value. NOTE: we will
351 cinfo->unread_marker = c;
495 if (cinfo->unread_marker == 0)
572 cinfo->unread_marker = 0;
djpeg.c 381 if (cinfo->unread_marker == JPEG_COM)
385 cinfo->unread_marker - JPEG_APP0, (long) length);
jdtrans.c 115 cinfo->unread_marker = 0;
jdphuff.c 255 if (cinfo->unread_marker == 0)
688 cinfo->unread_marker = 0;
jpeglib.h 622 int unread_marker; member in struct:jpeg_decompress_struct
    [all...]
jdcoefct.c 370 cinfo->unread_marker = 0;
    [all...]
  /external/chromium_org/third_party/libjpeg_turbo/
jdmarker.c 171 * in cinfo->unread_marker; input restart point is just after the marker.
188 * On resumption, cinfo->unread_marker still contains the marker code,
259 TRACEMS4(cinfo, 1, JTRC_SOF, cinfo->unread_marker,
730 switch (cinfo->unread_marker) {
739 ERREXIT1(cinfo, JERR_UNKNOWN_MARKER, cinfo->unread_marker);
772 if (cinfo->unread_marker == (int) M_COM)
775 limit = marker->length_limit_APPn[cinfo->unread_marker - (int) M_APP0];
783 cur_marker->marker = (UINT8) cinfo->unread_marker;
836 switch (cinfo->unread_marker) {
844 TRACEMS2(cinfo, 1, JTRC_MISC_MARKER, cinfo->unread_marker,
    [all...]
jdhuff.c 310 if (cinfo->unread_marker == 0) { /* cannot advance past a marker */
327 * so that we can save a valid unread_marker value. NOTE: we will
354 cinfo->unread_marker = c;
413 cinfo->unread_marker = c1; \
543 if (cinfo->unread_marker == 0)
718 if (cinfo->unread_marker != 0) {
719 cinfo->unread_marker = 0;
763 || cinfo->unread_marker != 0)
djpeg.c 409 if (cinfo->unread_marker == JPEG_COM)
413 cinfo->unread_marker - JPEG_APP0, (long) length);
jdarith.c 117 if (cinfo->unread_marker)
133 cinfo->unread_marker = data;
jdphuff.c 257 if (cinfo->unread_marker == 0)
jpeglib.h 695 int unread_marker; member in struct:jpeg_decompress_struct
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 163 milliseconds