Home
last modified time | relevance | path

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

/aosp_15_r20/external/webp/swig/
HDlibwebp.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
H A Dlibwebp.swig105 DECODE_AUTODOC(WebPDecodeBGRA);
126 %newobject WebPDecodeBGRA;
137 uint8_t* WebPDecodeBGRA(const uint8_t* data, size_t data_size,
194 { "WebPDecodeBGRA", 4 },
H A Dlibwebp.py123 def WebPDecodeBGRA(data): function
125 return _libwebp.WebPDecodeBGRA(data)
H A Dlibwebp_java_wrap.c1339 result = (uint8_t *)WebPDecodeBGRA((uint8_t const *)arg1,arg2,arg3,arg4);
H A Dlibwebp_python_wrap.c3926 result = (uint8_t *)WebPDecodeBGRA((uint8_t const *)arg1,arg2,arg3,arg4); in _wrap_WebPDecodeBGRA()
/aosp_15_r20/external/webp/extras/
H A Dwebp_to_sdl.c70 output = WebPDecodeBGRA((const uint8_t*)data, (size_t)data_size, &width, in WebPToSDL()
/aosp_15_r20/external/webp/tests/fuzzer/
H A Dsimple_api_fuzzer.c33 buf = WebPDecodeBGRA(data, size, &w, &h); in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/webp/src/webp/
H A Ddecode.h67 WEBP_NODISCARD WEBP_EXTERN uint8_t* WebPDecodeBGRA(
/aosp_15_r20/external/webp/doc/
H A Dbuilding.md194 WebPDecodeBGRA
/aosp_15_r20/external/webp/src/dec/
H A Dwebp_dec.c661 uint8_t* WebPDecodeBGRA(const uint8_t* data, size_t data_size, in WebPDecodeBGRA() function