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 &&
1338 else if (marker_code == (int) M_APP14 && length_limit < APP14_DATA_LEN)
1339 length_limit = APP14_DATA_LEN;