Searched refs:WebPEncode (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/skia/src/encode/ |
H A D | SkWebpEncoderImpl.cpp | 159 if (!WebPEncode(&webp_config, &pic)) { in Encode() 228 if (!WebPEncode(&webp_config, &pic)) { in EncodeAnimated()
|
/aosp_15_r20/external/webp/tests/fuzzer/ |
H A D | enc_dec_fuzzer.cc | 90 if (!WebPEncode(&config, &pic)) { in LLVMFuzzerTestOneInput()
|
/aosp_15_r20/external/webp/src/webp/ |
H A D | encode.h | 548 WEBP_NODISCARD WEBP_EXTERN int WebPEncode(const WebPConfig* config,
|
/aosp_15_r20/external/webp/src/enc/ |
H A D | picture_enc.c | 263 ok = import(&pic, rgba, stride) && WebPEncode(&config, &pic); in Encode()
|
H A D | webp_enc.c | 330 int WebPEncode(const WebPConfig* config, WebPPicture* pic) { in WebPEncode() function
|
/aosp_15_r20/external/webp/swig/ |
H A D | libwebp.swig | 296 // Changes the return type of WebPEncode* to more closely match Decode*.
|
/aosp_15_r20/external/webp/doc/ |
H A D | api.md | 87 int ok = WebPEncode(&config, &pic); // ok = 0 => error occurred!
|
/aosp_15_r20/external/webp/ |
H A D | ChangeLog | 113 0fcb311c enc_dec_fuzzer: fix WebPEncode/pic.error_code check 2448 a3e79a46 Merge "WebPEncode: Support encoding same pic twice (even if modified)" 2449 e4f4dddb WebPEncode: Support encoding same pic twice (even if modified) 2655 fbda2f49 JPEG decoder: delay conversion to YUV to WebPEncode() call 3339 f4c7b654 WebPEncode: An additional check. Start VP8EncLoop/VP8EncTokenLoop only if VP8EncStartAlpha… 3454 5167ca47 Merge "WebPEncode: An additional check. Start VP8EncLoop/VP8EncTokenLoop only if VP8EncSta… 3455 67708d67 WebPEncode: An additional check. Start VP8EncLoop/VP8EncTokenLoop only if VP8EncStartAlpha… 3464 68111ab0 add missing YUVA->ARGB automatic conversion in WebPEncode() 3467 2aaa423b Merge "add missing YUVA->ARGB automatic conversion in WebPEncode()" 3468 07d87bda add missing YUVA->ARGB automatic conversion in WebPEncode() [all …]
|
/aosp_15_r20/external/webp/examples/ |
H A D | cwebp.c | 1122 if (!WebPEncode(&config, &picture)) { in main()
|
/aosp_15_r20/external/webp/src/mux/ |
H A D | anim_encode.c | 771 if (!WebPEncode(config, pic)) { in EncodeFrame()
|