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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djdmarker.c586 #define APP14_DATA_LEN 12 /* Length of interesting data in APP14 */ macro
686 if (datalen >= APP14_DATA_LEN &&
1346 else if (marker_code == (int) M_APP14 && length_limit < APP14_DATA_LEN)
1347 length_limit = APP14_DATA_LEN;

Completed in 33 milliseconds