Home
last modified time | relevance | path

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 Dencode.h537 WEBP_EXTERN int WebPEncode(const WebPConfig* config, WebPPicture* picture);
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/webp/
A Dencode.h537 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 Dencode.h537 WEBP_EXTERN int WebPEncode(const WebPConfig* config, WebPPicture* picture);
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpicture_enc.c255 ok = import(&pic, rgba, stride) && WebPEncode(&config, &pic); in Encode()
A Dwebp_enc.c328 int WebPEncode(const WebPConfig* config, WebPPicture* pic) { in WebPEncode() function
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/
A Dlibwebp.swig293 // Changes the return type of WebPEncode* to more closely match Decode*.
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog1647 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 DREADME634 int ok = WebPEncode(&config, &pic); // ok = 0 => error occurred!
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Dcwebp.c1085 if (!WebPEncode(&config, &picture)) { in main()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/mux/
A Danim_encode.c772 if (!WebPEncode(config, pic)) { in EncodeFrame()

Completed in 22 milliseconds