Home
last modified time | relevance | path

Searched refs:ExUtilGetInt (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Dcwebp.c710 picture.width = ExUtilGetInt(argv[++c], 0, &parse_error); in main()
711 picture.height = ExUtilGetInt(argv[++c], 0, &parse_error); in main()
720 config.method = ExUtilGetInt(argv[++c], 0, &parse_error); in main()
726 lossless_preset = 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()
[all …]
A Ddwebp.c254 use_external_memory = ExUtilGetInt(argv[++c], 0, &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()
277 config.options.scaled_width = ExUtilGetInt(argv[++c], 0, &parse_error); in main()
278 config.options.scaled_height = ExUtilGetInt(argv[++c], 0, &parse_error); in main()
A Dimg2webp.c170 anim_config.kmin = ExUtilGetInt(argv[++c], 0, &parse_error); in main()
173 anim_config.kmax = ExUtilGetInt(argv[++c], 0, &parse_error); in main()
176 loop_count = ExUtilGetInt(argv[++c], 0, &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()
A Dexample_util.c37 int ExUtilGetInt(const char* const v, int base, int* const error) { in ExUtilGetInt() function
44 const int value = ExUtilGetInt(v, base, &error); in ExUtilGetInts()
A Dexample_util.h30 int ExUtilGetInt(const char* const v, int base, int* const error);
A Dgif2webp.c173 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()
A Danim_diff.c243 max_diff = ExUtilGetInt(argv[++c], 0, &parse_error); in main()
A Dwebpmux.c868 num = ExUtilGetInt(config->args_[0].params_, 10, &parse_error); in GetFrame()
959 ExUtilGetInt(config->args_[i].params_, 10, &parse_error); in Process()
A Dvwebp.c503 ExUtilGetInt(argv[++c], 0, &parse_error); in main()

Completed in 14 milliseconds