Searched refs:WebPEncode (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/webp/ |
A D | encode.h | 537 WEBP_EXTERN int WebPEncode(const WebPConfig* config, WebPPicture* picture);
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/webp/ |
A D | encode.h | 537 WEBP_EXTERN int WebPEncode(const WebPConfig* config, WebPPicture* picture);
|
/AliOS-Things-master/components/SDL2/src/image/Xcode/Frameworks/webp.framework/Versions/A/Headers/webp/ |
A D | encode.h | 537 WEBP_EXTERN int WebPEncode(const WebPConfig* config, WebPPicture* picture);
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | picture_enc.c | 255 ok = import(&pic, rgba, stride) && WebPEncode(&config, &pic); in Encode()
|
A D | webp_enc.c | 328 int WebPEncode(const WebPConfig* config, WebPPicture* pic) { in WebPEncode() function
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/ |
A D | libwebp.swig | 293 // Changes the return type of WebPEncode* to more closely match Decode*.
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | ChangeLog | 1647 a3e79a46 Merge "WebPEncode: Support encoding same pic twice (even if modified)" 1648 e4f4dddb WebPEncode: Support encoding same pic twice (even if modified) 1854 fbda2f49 JPEG decoder: delay conversion to YUV to WebPEncode() call 2538 f4c7b654 WebPEncode: An additional check. Start VP8EncLoop/VP8EncTokenLoop only if VP8EncStartAlpha… 2663 68111ab0 add missing YUVA->ARGB automatic conversion in WebPEncode() 2666 2aaa423b Merge "add missing YUVA->ARGB automatic conversion in WebPEncode()" 2667 07d87bda add missing YUVA->ARGB automatic conversion in WebPEncode() 3092 5e796300 Merge "WebPEncode: clear stats at the start of encode" into 0.2.0 3102 475d87d7 WebPEncode: clear stats at the start of encode 3226 fcc69923 add automatic YUVA/ARGB conversion during WebPEncode() [all …]
|
A D | README | 634 int ok = WebPEncode(&config, &pic); // ok = 0 => error occurred!
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/ |
A D | cwebp.c | 1085 if (!WebPEncode(&config, &picture)) { in main()
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/mux/ |
A D | anim_encode.c | 772 if (!WebPEncode(config, pic)) { in EncodeFrame()
|
Completed in 22 milliseconds