Searched refs:WebPDecodeYUV (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/ |
D | simple_api_fuzzer.c | 45 buf = WebPDecodeYUV(data, size, &w, &h, &u, &v, &stride, &uv_stride); in LLVMFuzzerTestOneInput()
|
/third_party/skia/third_party/externals/libwebp/src/webp/ |
D | decode.h | 89 WEBP_EXTERN uint8_t* WebPDecodeYUV(const uint8_t* data, size_t data_size,
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | webp_dec.c | 658 uint8_t* WebPDecodeYUV(const uint8_t* data, size_t data_size, in WebPDecodeYUV() function
|