Home | History | Annotate | Download | only in libjpeg_turbo

Lines Matching refs:APP14_DATA_LEN

595 #define APP14_DATA_LEN	12	/* Length of interesting data in APP14 */
685 if (datalen >= APP14_DATA_LEN &&
1476 else if (marker_code == (int) M_APP14 && length_limit < APP14_DATA_LEN)
1477 length_limit = APP14_DATA_LEN;