Home
last modified time | relevance | path

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

/aosp_15_r20/external/webp/tests/fuzzer/
H A Dsimple_api_fuzzer.c78 (void)WebPDecodeYUVInto(data, size, luma_buf, luma_size, in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/webp/src/webp/
H A Ddecode.h127 WEBP_NODISCARD WEBP_EXTERN uint8_t* WebPDecodeYUVInto(
/aosp_15_r20/external/webp/src/dec/
H A Dwebp_dec.c580 uint8_t* WebPDecodeYUVInto(const uint8_t* data, size_t data_size, in WebPDecodeYUVInto() function