Home
last modified time | relevance | path

Searched refs:WebPDecodeBGRA (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp.py123 def WebPDecodeBGRA(data): function
125 return _libwebp.WebPDecodeBGRA(data)
Dlibwebp.swig105 DECODE_AUTODOC(WebPDecodeBGRA);
126 %newobject WebPDecodeBGRA;
137 uint8_t* WebPDecodeBGRA(const uint8_t* data, size_t data_size,
194 { "WebPDecodeBGRA", 4 },
Dlibwebp_java_wrap.c1339 result = (uint8_t *)WebPDecodeBGRA((uint8_t const *)arg1,arg2,arg3,arg4);
Dlibwebp_python_wrap.c3926 result = (uint8_t *)WebPDecodeBGRA((uint8_t const *)arg1,arg2,arg3,arg4); in _wrap_WebPDecodeBGRA()
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/
Dsimple_api_fuzzer.c33 buf = WebPDecodeBGRA(data, size, &w, &h); in LLVMFuzzerTestOneInput()
Denc_dec_fuzzer.cc103 uint8_t* const rgba = WebPDecodeBGRA(out_data, out_size, &w, &h); in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/libwebp/src/webp/
Ddecode.h67 WEBP_EXTERN uint8_t* WebPDecodeBGRA(const uint8_t* data, size_t data_size,
/third_party/skia/third_party/externals/libwebp/src/dec/
Dwebp_dec.c653 uint8_t* WebPDecodeBGRA(const uint8_t* data, size_t data_size, in WebPDecodeBGRA() function
/third_party/skia/third_party/externals/libwebp/
DREADME175 WebPDecodeBGRA