Searched refs:WebPDecodeRGBA (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/webp/swig/ |
HD | libwebp.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
H A D | libwebp.swig | 102 DECODE_AUTODOC(WebPDecodeRGBA); 123 %newobject WebPDecodeRGBA; 131 uint8_t* WebPDecodeRGBA(const uint8_t* data, size_t data_size, 191 { "WebPDecodeRGBA", 4 },
|
H A D | libwebp.py | 111 def WebPDecodeRGBA(data): function 113 return _libwebp.WebPDecodeRGBA(data)
|
H A D | libwebp_java_wrap.c | 1171 result = (uint8_t *)WebPDecodeRGBA((uint8_t const *)arg1,arg2,arg3,arg4);
|
H A D | libwebp_python_wrap.c | 3767 result = (uint8_t *)WebPDecodeRGBA((uint8_t const *)arg1,arg2,arg3,arg4); in _wrap_WebPDecodeRGBA()
|
/aosp_15_r20/external/webp/extras/ |
H A D | webp_to_sdl.c | 73 output = WebPDecodeRGBA((const uint8_t*)data, (size_t)data_size, &width, in WebPToSDL()
|
/aosp_15_r20/external/webp/tests/fuzzer/ |
H A D | simple_api_fuzzer.c | 31 buf = WebPDecodeRGBA(data, size, &w, &h); in LLVMFuzzerTestOneInput()
|
/aosp_15_r20/external/webp/src/webp/ |
H A D | decode.h | 59 WEBP_NODISCARD WEBP_EXTERN uint8_t* WebPDecodeRGBA(
|
/aosp_15_r20/external/webp/doc/ |
H A D | building.md | 192 WebPDecodeRGBA
|
/aosp_15_r20/external/webp/src/dec/ |
H A D | webp_dec.c | 646 uint8_t* WebPDecodeRGBA(const uint8_t* data, size_t data_size, in WebPDecodeRGBA() function
|