Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/tests/fuzzer/
Dsimple_api_fuzzer.c62 WebPDecodeBGRAInto(data, size, ext_buf, buf_size, stride); in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/libwebp/src/webp/
Ddecode.h108 WEBP_EXTERN uint8_t* WebPDecodeBGRAInto(
/third_party/skia/third_party/externals/libwebp/src/dec/
Dwebp_dec.c570 uint8_t* WebPDecodeBGRAInto(const uint8_t* data, size_t data_size, in WebPDecodeBGRAInto() function