Searched defs:M_APP0 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djcmarker.c61 M_APP0 = 0xe0, enumerator in enum:__anon694
368 emit_marker(cinfo, M_APP0);
H A Djdmarker.c65 M_APP0 = 0xe0, enumerator in enum:__anon713
732 case M_APP0:
776 limit = marker->length_limit_APPn[cinfo->unread_marker - (int) M_APP0];
838 case M_APP0:
1059 case M_APP0:
1076 cinfo->unread_marker - (int) M_APP0]) (cinfo))
1344 if (marker_code == (int) M_APP0 && length_limit < APP0_DATA_LEN)
1351 if (marker_code == (int) M_APP0 || marker_code == (int) M_APP14)
1358 } else if (marker_code >= (int) M_APP0 && marker_code <= (int) M_APP15) {
1359 marker->process_APPn[marker_code - (int) M_APP0]
[all...]

Completed in 49 milliseconds