Searched refs:marker_code (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djdmarker.c1324 jpeg_save_markers (j_decompress_ptr cinfo, int marker_code, argument
1344 if (marker_code == (int) M_APP0 && length_limit < APP0_DATA_LEN)
1346 else if (marker_code == (int) M_APP14 && length_limit < APP14_DATA_LEN)
1351 if (marker_code == (int) M_APP0 || marker_code == (int) M_APP14)
1355 if (marker_code == (int) M_COM) {
1358 } else if (marker_code >= (int) M_APP0 && marker_code <= (int) M_APP15) {
1359 marker->process_APPn[marker_code - (int) M_APP0] = processor;
1360 marker->length_limit_APPn[marker_code
1373 jpeg_set_marker_processor(j_decompress_ptr cinfo, int marker_code, jpeg_marker_parser_method routine) argument
[all...]
H A Djpeglib.h1010 JPP((j_decompress_ptr cinfo, int marker_code,
1015 JPP((j_decompress_ptr cinfo, int marker_code,

Completed in 37 milliseconds