Searched refs:WebPDecodeRGB (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 | 101 DECODE_AUTODOC(WebPDecodeRGB); 122 %newobject WebPDecodeRGB; 129 uint8_t* WebPDecodeRGB(const uint8_t* data, size_t data_size, 190 { "WebPDecodeRGB", 3 },
|
H A D | libwebp.py | 107 def WebPDecodeRGB(data): function 109 return _libwebp.WebPDecodeRGB(data)
|
H A D | libwebp_java_wrap.c | 1115 result = (uint8_t *)WebPDecodeRGB((uint8_t const *)arg1,arg2,arg3,arg4);
|
H A D | libwebp_python_wrap.c | 3714 result = (uint8_t *)WebPDecodeRGB((uint8_t const *)arg1,arg2,arg3,arg4); in _wrap_WebPDecodeRGB()
|
/aosp_15_r20/external/webp/tests/fuzzer/ |
H A D | simple_api_fuzzer.c | 38 buf = WebPDecodeRGB(data, size, &w, &h); in LLVMFuzzerTestOneInput()
|
/aosp_15_r20/external/webp/src/webp/ |
H A D | decode.h | 72 WEBP_NODISCARD WEBP_EXTERN uint8_t* WebPDecodeRGB(
|
/aosp_15_r20/external/webp/doc/ |
H A D | building.md | 196 WebPDecodeRGB
|
H A D | api.md | 103 uint8_t* WebPDecodeRGB(const uint8_t* data, size_t data_size,
|
/aosp_15_r20/external/webp/src/dec/ |
H A D | webp_dec.c | 641 uint8_t* WebPDecodeRGB(const uint8_t* data, size_t data_size, in WebPDecodeRGB() function
|