Searched refs:WebPDecode (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/webp/doc/ |
H A D | api.md | 212 CHECK(WebPDecode(data, data_size, &config) == VP8_STATUS_OK); 232 // by WebPDecode(). 277 // ... (Consume image; e.g. call WebPDecode() to decode the data). 307 // ... (Consume 'iter'; e.g. Decode 'iter.fragment' with WebPDecode(),
|
/aosp_15_r20/external/webp/tests/fuzzer/ |
H A D | advanced_api_fuzzer.c | 133 (void)WebPDecode(data, size, &config); in LLVMFuzzerTestOneInput()
|
H A D | enc_dec_fuzzer.cc | 114 const VP8StatusCode status = WebPDecode(out_data, out_size, &dec_config); in LLVMFuzzerTestOneInput()
|
/aosp_15_r20/external/webp/imageio/ |
H A D | webpdec.c | 83 return WebPDecode(data, data_size, config); in DecodeWebP()
|
/aosp_15_r20/external/webp/src/webp/ |
H A D | decode.h | 499 WEBP_EXTERN VP8StatusCode WebPDecode(const uint8_t* data, size_t data_size,
|
/aosp_15_r20/external/webp/src/demux/ |
H A D | anim_decode.c | 380 if (WebPDecode(in, in_size, config) != VP8_STATUS_OK) { in WebPAnimDecoderGetNext()
|
/aosp_15_r20/external/webp/examples/ |
H A D | vwebp.c | 175 ok = (WebPDecode(curr->fragment.bytes, curr->fragment.size, in Decode()
|
/aosp_15_r20/external/webp/src/dec/ |
H A D | webp_dec.c | 762 VP8StatusCode WebPDecode(const uint8_t* data, size_t data_size, in WebPDecode() function
|
/aosp_15_r20/external/webp/src/mux/ |
H A D | anim_encode.c | 1449 if (WebPDecode(image->bytes, image->size, &config) != VP8_STATUS_OK) { in DecodeFrameOntoCanvas()
|
/aosp_15_r20/external/webp/ |
H A D | ChangeLog | 112 0081693d enc_dec_fuzzer: use WebPDecode() 4488 16612ddd Merge "Add Alpha Decode support from WebPDecode." 4489 d117a940 Add Alpha Decode support from WebPDecode.
|