Home
last modified time | relevance | path

Searched refs:WebPDecodeARGBInto (Results 1 – 4 of 4) sorted by relevance

/external/webp/tests/fuzzer/
Dsimple_api_fuzzer.c55 WebPDecodeARGBInto(data, size, ext_buf, buf_size, stride); in LLVMFuzzerTestOneInput()
/external/webp/include/webp/
Ddecode.h105 WEBP_EXTERN uint8_t* WebPDecodeARGBInto(
/external/webp/src/webp/
Ddecode.h105 WEBP_EXTERN uint8_t* WebPDecodeARGBInto(
/external/webp/src/dec/
Dwebp_dec.c560 uint8_t* WebPDecodeARGBInto(const uint8_t* data, size_t data_size, in WebPDecodeARGBInto() function