Home
last modified time | relevance | path

Searched refs:parse_switches (Results 1 – 3 of 3) sorted by relevance

/external/jpeg/
Djpegtran.c114 parse_switches (j_compress_ptr cinfo, int argc, char **argv, in parse_switches() function
379 file_index = parse_switches(&dstinfo, argc, argv, 0, FALSE); in main()
467 file_index = parse_switches(&dstinfo, argc, argv, 0, TRUE); in main()
Dcjpeg.c199 parse_switches (j_compress_ptr cinfo, int argc, char **argv, in parse_switches() function
511 file_index = parse_switches(&cinfo, argc, argv, 0, FALSE); in main()
574 file_index = parse_switches(&cinfo, argc, argv, 0, TRUE); in main()
Ddjpeg.c162 parse_switches (j_decompress_ptr cinfo, int argc, char **argv, in parse_switches() function
476 file_index = parse_switches(&cinfo, argc, argv, 0, FALSE); in main()
535 file_index = parse_switches(&cinfo, argc, argv, 0, TRUE); in main()