Home
last modified time | relevance | path

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

/external/webp/tests/fuzzer/
Dsimple_api_fuzzer.cc67 (void)WebPDecodeRGBInto(data, size, ext_buf, buf_size, stride); in SimpleApiTest()
/external/webp/src/webp/
Ddecode.h113 WEBP_NODISCARD WEBP_EXTERN uint8_t* WebPDecodeRGBInto(
/external/webp/src/dec/
Dwebp_dec.c555 uint8_t* WebPDecodeRGBInto(const uint8_t* data, size_t data_size, in WebPDecodeRGBInto() function