Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/tests/fuzzer/
Dsimple_api_fuzzer.c45 buf = WebPDecodeYUV(data, size, &w, &h, &u, &v, &stride, &uv_stride); in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/libwebp/src/webp/
Ddecode.h89 WEBP_EXTERN uint8_t* WebPDecodeYUV(const uint8_t* data, size_t data_size,
/third_party/skia/third_party/externals/libwebp/src/dec/
Dwebp_dec.c658 uint8_t* WebPDecodeYUV(const uint8_t* data, size_t data_size, in WebPDecodeYUV() function