Home
last modified time | relevance | path

Searched refs:WebPDecodeBGR (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp.py119 def WebPDecodeBGR(data): function
121 return _libwebp.WebPDecodeBGR(data)
Dlibwebp.swig104 DECODE_AUTODOC(WebPDecodeBGR);
125 %newobject WebPDecodeBGR;
135 uint8_t* WebPDecodeBGR(const uint8_t* data, size_t data_size,
193 { "WebPDecodeBGR", 3 },
Dlibwebp_java_wrap.c1283 result = (uint8_t *)WebPDecodeBGR((uint8_t const *)arg1,arg2,arg3,arg4);
Dlibwebp_python_wrap.c3873 result = (uint8_t *)WebPDecodeBGR((uint8_t const *)arg1,arg2,arg3,arg4); in _wrap_WebPDecodeBGR()
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/
Dsimple_api_fuzzer.c40 buf = WebPDecodeBGR(data, size, &w, &h); in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/libwebp/src/webp/
Ddecode.h76 WEBP_EXTERN uint8_t* WebPDecodeBGR(const uint8_t* data, size_t data_size,
/third_party/skia/third_party/externals/libwebp/src/dec/
Dwebp_dec.c648 uint8_t* WebPDecodeBGR(const uint8_t* data, size_t data_size, in WebPDecodeBGR() function
/third_party/skia/third_party/externals/libwebp/
DREADME176 WebPDecodeBGR