Searched refs:parse_error (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/ |
A D | img2webp.c | 164 int parse_error = 0; in main() local 176 loop_count = ExUtilGetInt(argv[++c], 0, &parse_error); in main() 179 parse_error = 1; in main() 202 ok = !parse_error; in main() 220 int parse_error = 0; in main() local 226 config.quality = ExUtilGetFloat(argv[++c], &parse_error); in main() 228 config.method = ExUtilGetInt(argv[++c], 0, &parse_error); in main() 230 duration = ExUtilGetInt(argv[++c], 0, &parse_error); in main() 233 parse_error = 1; in main() 236 parse_error = 1; // shouldn't be here. in main() [all …]
|
A D | dwebp.c | 203 int parse_error = 0; in main() local 251 parse_error = 1; in main() 254 use_external_memory = ExUtilGetInt(argv[++c], 0, &parse_error); in main() 255 parse_error |= (use_external_memory > 2 || use_external_memory < 0); in main() 256 if (parse_error) { in main() 267 ExUtilGetInt(argv[++c], 0, &parse_error); in main() 270 config.options.crop_left = ExUtilGetInt(argv[++c], 0, &parse_error); in main() 271 config.options.crop_top = ExUtilGetInt(argv[++c], 0, &parse_error); in main() 272 config.options.crop_width = ExUtilGetInt(argv[++c], 0, &parse_error); in main() 273 config.options.crop_height = ExUtilGetInt(argv[++c], 0, &parse_error); in main() [all …]
|
A D | cwebp.c | 686 int parse_error = 0; in main() local 710 picture.width = ExUtilGetInt(argv[++c], 0, &parse_error); in main() 720 config.method = ExUtilGetInt(argv[++c], 0, &parse_error); in main() 798 config.pass = ExUtilGetInt(argv[++c], 0, &parse_error); in main() 809 crop_x = ExUtilGetInt(argv[++c], 0, &parse_error); in main() 810 crop_y = ExUtilGetInt(argv[++c], 0, &parse_error); in main() 811 crop_w = ExUtilGetInt(argv[++c], 0, &parse_error); in main() 812 crop_h = ExUtilGetInt(argv[++c], 0, &parse_error); in main() 814 resize_w = ExUtilGetInt(argv[++c], 0, &parse_error); in main() 815 resize_h = ExUtilGetInt(argv[++c], 0, &parse_error); in main() [all …]
|
A D | anim_diff.c | 225 int parse_error = 0; in main() local 231 parse_error = 1; in main() 235 min_psnr = ExUtilGetFloat(argv[++c], &parse_error); in main() 237 parse_error = 1; in main() 243 max_diff = ExUtilGetInt(argv[++c], 0, &parse_error); in main() 245 parse_error = 1; in main() 267 parse_error = 1; in main() 270 if (parse_error) { in main()
|
A D | gif2webp.c | 157 int parse_error = 0; in main() local 171 config.quality = ExUtilGetFloat(argv[++c], &parse_error); in main() 173 config.method = ExUtilGetInt(argv[++c], 0, &parse_error); in main() 177 enc_options.kmax = ExUtilGetInt(argv[++c], 0, &parse_error); in main() 180 enc_options.kmin = ExUtilGetInt(argv[++c], 0, &parse_error); in main() 183 config.filter_strength = ExUtilGetInt(argv[++c], 0, &parse_error); in main() 250 if (parse_error) { in main()
|
A D | webpmux.c | 863 int parse_error = 0; in GetFrame() local 868 num = ExUtilGetInt(config->args_[0].params_, 10, &parse_error); in GetFrame() 872 if (parse_error) goto ErrGet; in GetFrame() 898 return ok && !parse_error; in GetFrame() 957 int parse_error = 0; in Process() local 959 ExUtilGetInt(config->args_[i].params_, 10, &parse_error); in Process() 967 ok = !parse_error; in Process()
|
A D | vwebp.c | 487 int parse_error = 0; in main() local 503 ExUtilGetInt(argv[++c], 0, &parse_error); in main() 527 if (parse_error) { in main()
|
Completed in 19 milliseconds