Home
last modified time | relevance | path

Searched refs:WebPEncode (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/skia/src/encode/
H A DSkWebpEncoderImpl.cpp159 if (!WebPEncode(&webp_config, &pic)) { in Encode()
228 if (!WebPEncode(&webp_config, &pic)) { in EncodeAnimated()
/aosp_15_r20/external/webp/tests/fuzzer/
H A Denc_dec_fuzzer.cc90 if (!WebPEncode(&config, &pic)) { in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/webp/src/webp/
H A Dencode.h548 WEBP_NODISCARD WEBP_EXTERN int WebPEncode(const WebPConfig* config,
/aosp_15_r20/external/webp/src/enc/
H A Dpicture_enc.c263 ok = import(&pic, rgba, stride) && WebPEncode(&config, &pic); in Encode()
H A Dwebp_enc.c330 int WebPEncode(const WebPConfig* config, WebPPicture* pic) { in WebPEncode() function
/aosp_15_r20/external/webp/swig/
H A Dlibwebp.swig296 // Changes the return type of WebPEncode* to more closely match Decode*.
/aosp_15_r20/external/webp/doc/
H A Dapi.md87 int ok = WebPEncode(&config, &pic); // ok = 0 => error occurred!
/aosp_15_r20/external/webp/
H A DChangeLog113 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 Dcwebp.c1122 if (!WebPEncode(&config, &picture)) { in main()
/aosp_15_r20/external/webp/src/mux/
H A Danim_encode.c771 if (!WebPEncode(config, pic)) { in EncodeFrame()