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

/external/jpeg/
H A Djdmarker.c1342 jpeg_save_markers (j_decompress_ptr cinfo, int marker_code, argument
1362 if (marker_code == (int) M_APP0 && length_limit < APP0_DATA_LEN)
1364 else if (marker_code == (int) M_APP14 && length_limit < APP14_DATA_LEN)
1369 if (marker_code == (int) M_APP0 || marker_code == (int) M_APP14)
1373 if (marker_code == (int) M_COM) {
1376 } else if (marker_code >= (int) M_APP0 && marker_code <= (int) M_APP15) {
1377 marker->process_APPn[marker_code - (int) M_APP0] = processor;
1378 marker->length_limit_APPn[marker_code
1391 jpeg_set_marker_processor(j_decompress_ptr cinfo, int marker_code, jpeg_marker_parser_method routine) argument
[all...]
/external/qemu/distrib/jpeg-6b/
H A Djdmarker.c1342 jpeg_save_markers (j_decompress_ptr cinfo, int marker_code, argument
1362 if (marker_code == (int) M_APP0 && length_limit < APP0_DATA_LEN)
1364 else if (marker_code == (int) M_APP14 && length_limit < APP14_DATA_LEN)
1369 if (marker_code == (int) M_APP0 || marker_code == (int) M_APP14)
1373 if (marker_code == (int) M_COM) {
1376 } else if (marker_code >= (int) M_APP0 && marker_code <= (int) M_APP15) {
1377 marker->process_APPn[marker_code - (int) M_APP0] = processor;
1378 marker->length_limit_APPn[marker_code
1391 jpeg_set_marker_processor(j_decompress_ptr cinfo, int marker_code, jpeg_marker_parser_method routine) argument
[all...]

Completed in 53 milliseconds