Home
last modified time | relevance | path

Searched refs:WebPDecodeRGBAInto (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/webp/tests/fuzzer/
H A Dsimple_api_fuzzer.c52 (void)WebPDecodeRGBAInto(data, size, ext_buf, buf_size, stride); in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/webp/src/webp/
H A Ddecode.h101 WEBP_NODISCARD WEBP_EXTERN uint8_t* WebPDecodeRGBAInto(
/aosp_15_r20/external/webp/src/dec/
H A Dwebp_dec.c560 uint8_t* WebPDecodeRGBAInto(const uint8_t* data, size_t data_size, in WebPDecodeRGBAInto() function