Home
last modified time | relevance | path

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

/external/webp/tests/fuzzer/
Dsimple_api_fuzzer.c78 WebPDecodeYUVInto(data, size, luma_buf, luma_size, w /* luma_stride */, in LLVMFuzzerTestOneInput()
/external/webp/include/webp/
Ddecode.h128 WEBP_EXTERN uint8_t* WebPDecodeYUVInto(
/external/webp/src/webp/
Ddecode.h128 WEBP_EXTERN uint8_t* WebPDecodeYUVInto(
/external/webp/src/dec/
Dwebp_dec.c575 uint8_t* WebPDecodeYUVInto(const uint8_t* data, size_t data_size, in WebPDecodeYUVInto() function