Searched refs:in_file (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/ |
A D | webpdec.h | 30 void PrintWebPError(const char* const in_file, int status); 35 int LoadWebP(const char* const in_file,
|
A D | webpdec.c | 46 void PrintWebPError(const char* const in_file, int status) { in PrintWebPError() argument 47 WFPRINTF(stderr, "Decoding of %s failed.\n", (const W_CHAR*)in_file); in PrintWebPError() 55 int LoadWebP(const char* const in_file, in LoadWebP() argument 60 if (!ImgIoUtilReadFile(in_file, data, data_size)) return 0; in LoadWebP() 71 PrintWebPError(in_file, status); in LoadWebP()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/ |
A D | dwebp.c | 181 const char *in_file = NULL; in main() local 290 if (c < argc - 1) in_file = (const char*)GET_WARGV(argv, ++c); in main() 297 in_file = (const char*)GET_WARGV(argv, c); in main() 306 if (in_file == NULL) { in main() 317 if (!LoadWebP(in_file, &data, &data_size, bitstream)) { in main() 388 PrintWebPError(in_file, status); in main() 395 WFPRINTF(stderr, "Decoded %s.", (const W_CHAR*)in_file); in main() 404 WFPRINTF(stderr, "File %s can be decoded ", (const W_CHAR*)in_file); in main()
|
A D | gif2webp.c | 104 const W_CHAR *in_file = NULL, *out_file = NULL; in main() local 240 if (c < argc - 1) in_file = GET_WARGV(argv, ++c); in main() 247 in_file = GET_WARGV(argv, c); in main() 269 if (in_file == NULL) { in main() 276 gif = DGifOpenFileUnicode(in_file, &gif_error); in main()
|
A D | cwebp.c | 645 const char *in_file = NULL, *out_file = NULL, *dump_file = NULL; in main() local 900 if (c < argc - 1) in_file = (const char*)GET_WARGV(argv, ++c); in main() 907 in_file = (const char*)GET_WARGV(argv, c); in main() 915 if (in_file == NULL) { in main() 960 if (!ReadPicture(in_file, &picture, keep_alpha, in main() 963 (const W_CHAR*)in_file); in main() 1006 picture.user_data = (void*)in_file; in main() 1139 PrintExtraInfoLossless(&picture, short_output, in_file); in main() 1141 PrintExtraInfoLossy(&picture, short_output, config.low_memory, in_file); in main()
|
A D | webpinfo.c | 1164 const W_CHAR* in_file = NULL; in main() local 1170 in_file = GET_WARGV(argv, c); in main() 1171 if (in_file == NULL || in main() 1172 !ReadFileToWebPData((const char*)in_file, &webp_data)) { in main() 1174 WFPRINTF(stderr, "Failed to open input file %s.\n", in_file); in main() 1177 if (!webp_info.quiet_) WPRINTF("File: %s\n", in_file); in main()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | README | 224 cwebp [-preset <...>] [options] in_file [-o out_file] 342 Usage: dwebp in_file [options] [-o out_file] 397 Usage: vwebp in_file [options]
|
Completed in 13 milliseconds