Home
last modified time | relevance | path

Searched refs:WebPDecodeRGBA (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.swig102 DECODE_AUTODOC(WebPDecodeRGBA);
123 %newobject WebPDecodeRGBA;
131 uint8_t* WebPDecodeRGBA(const uint8_t* data, size_t data_size,
191 { "WebPDecodeRGBA", 4 },
H A Dlibwebp.py111 def WebPDecodeRGBA(data): function
113 return _libwebp.WebPDecodeRGBA(data)
H A Dlibwebp_java_wrap.c1171 result = (uint8_t *)WebPDecodeRGBA((uint8_t const *)arg1,arg2,arg3,arg4);
H A Dlibwebp_python_wrap.c3767 result = (uint8_t *)WebPDecodeRGBA((uint8_t const *)arg1,arg2,arg3,arg4); in _wrap_WebPDecodeRGBA()
/aosp_15_r20/external/webp/extras/
H A Dwebp_to_sdl.c73 output = WebPDecodeRGBA((const uint8_t*)data, (size_t)data_size, &width, in WebPToSDL()
/aosp_15_r20/external/webp/tests/fuzzer/
H A Dsimple_api_fuzzer.c31 buf = WebPDecodeRGBA(data, size, &w, &h); in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/webp/src/webp/
H A Ddecode.h59 WEBP_NODISCARD WEBP_EXTERN uint8_t* WebPDecodeRGBA(
/aosp_15_r20/external/webp/doc/
H A Dbuilding.md192 WebPDecodeRGBA
/aosp_15_r20/external/webp/src/dec/
H A Dwebp_dec.c646 uint8_t* WebPDecodeRGBA(const uint8_t* data, size_t data_size, in WebPDecodeRGBA() function