Searched refs:WebPEncode (Results 1 – 11 of 11) sorted by relevance
| /third_party/ffmpeg/libavcodec/ |
| D | libwebpenc.c | 54 ret = WebPEncode(&s->config, pic); in libwebp_encode_frame()
|
| /third_party/skia/src/images/ |
| D | SkWebpEncoder.cpp | 122 if (!WebPEncode(&webp_config, &pic)) { in Encode()
|
| /third_party/skia/third_party/externals/libwebp/tests/fuzzer/ |
| D | enc_dec_fuzzer.cc | 90 if (!WebPEncode(&config, &pic)) { in LLVMFuzzerTestOneInput()
|
| /third_party/skia/third_party/externals/libwebp/src/webp/ |
| D | encode.h | 544 WEBP_EXTERN int WebPEncode(const WebPConfig* config, WebPPicture* picture);
|
| /third_party/skia/third_party/externals/libwebp/src/enc/ |
| D | picture_enc.c | 255 ok = import(&pic, rgba, stride) && WebPEncode(&config, &pic); in Encode()
|
| D | webp_enc.c | 328 int WebPEncode(const WebPConfig* config, WebPPicture* pic) { in WebPEncode() function
|
| /third_party/skia/third_party/externals/libwebp/swig/ |
| D | libwebp.swig | 296 // Changes the return type of WebPEncode* to more closely match Decode*.
|
| /third_party/skia/third_party/externals/libwebp/ |
| D | ChangeLog | 1903 a3e79a46 Merge "WebPEncode: Support encoding same pic twice (even if modified)" 1904 e4f4dddb WebPEncode: Support encoding same pic twice (even if modified) 2110 fbda2f49 JPEG decoder: delay conversion to YUV to WebPEncode() call 2794 f4c7b654 WebPEncode: An additional check. Start VP8EncLoop/VP8EncTokenLoop only if VP8EncStartAlpha… 2909 5167ca47 Merge "WebPEncode: An additional check. Start VP8EncLoop/VP8EncTokenLoop only if VP8EncSta… 2910 67708d67 WebPEncode: An additional check. Start VP8EncLoop/VP8EncTokenLoop only if VP8EncStartAlpha… 2919 68111ab0 add missing YUVA->ARGB automatic conversion in WebPEncode() 2922 2aaa423b Merge "add missing YUVA->ARGB automatic conversion in WebPEncode()" 2923 07d87bda add missing YUVA->ARGB automatic conversion in WebPEncode() 3348 5e796300 Merge "WebPEncode: clear stats at the start of encode" into 0.2.0 [all …]
|
| D | README | 640 int ok = WebPEncode(&config, &pic); // ok = 0 => error occurred!
|
| /third_party/skia/third_party/externals/libwebp/examples/ |
| D | cwebp.c | 1113 if (!WebPEncode(&config, &picture)) { in main()
|
| /third_party/skia/third_party/externals/libwebp/src/mux/ |
| D | anim_encode.c | 769 if (!WebPEncode(config, pic)) { in EncodeFrame()
|