Home
last modified time | relevance | path

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

/aosp_15_r20/external/webp/doc/
H A Dapi.md212 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 Dadvanced_api_fuzzer.c133 (void)WebPDecode(data, size, &config); in LLVMFuzzerTestOneInput()
H A Denc_dec_fuzzer.cc114 const VP8StatusCode status = WebPDecode(out_data, out_size, &dec_config); in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/webp/imageio/
H A Dwebpdec.c83 return WebPDecode(data, data_size, config); in DecodeWebP()
/aosp_15_r20/external/webp/src/webp/
H A Ddecode.h499 WEBP_EXTERN VP8StatusCode WebPDecode(const uint8_t* data, size_t data_size,
/aosp_15_r20/external/webp/src/demux/
H A Danim_decode.c380 if (WebPDecode(in, in_size, config) != VP8_STATUS_OK) { in WebPAnimDecoderGetNext()
/aosp_15_r20/external/webp/examples/
H A Dvwebp.c175 ok = (WebPDecode(curr->fragment.bytes, curr->fragment.size, in Decode()
/aosp_15_r20/external/webp/src/dec/
H A Dwebp_dec.c762 VP8StatusCode WebPDecode(const uint8_t* data, size_t data_size, in WebPDecode() function
/aosp_15_r20/external/webp/src/mux/
H A Danim_encode.c1449 if (WebPDecode(image->bytes, image->size, &config) != VP8_STATUS_OK) { in DecodeFrameOntoCanvas()
/aosp_15_r20/external/webp/
H A DChangeLog112 0081693d enc_dec_fuzzer: use WebPDecode()
4488 16612ddd Merge "Add Alpha Decode support from WebPDecode."
4489 d117a940 Add Alpha Decode support from WebPDecode.