Home
last modified time | relevance | path

Searched refs:WebPDecodeRGB (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.swig101 DECODE_AUTODOC(WebPDecodeRGB);
122 %newobject WebPDecodeRGB;
129 uint8_t* WebPDecodeRGB(const uint8_t* data, size_t data_size,
190 { "WebPDecodeRGB", 3 },
H A Dlibwebp.py107 def WebPDecodeRGB(data): function
109 return _libwebp.WebPDecodeRGB(data)
H A Dlibwebp_java_wrap.c1115 result = (uint8_t *)WebPDecodeRGB((uint8_t const *)arg1,arg2,arg3,arg4);
H A Dlibwebp_python_wrap.c3714 result = (uint8_t *)WebPDecodeRGB((uint8_t const *)arg1,arg2,arg3,arg4); in _wrap_WebPDecodeRGB()
/aosp_15_r20/external/webp/tests/fuzzer/
H A Dsimple_api_fuzzer.c38 buf = WebPDecodeRGB(data, size, &w, &h); in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/webp/src/webp/
H A Ddecode.h72 WEBP_NODISCARD WEBP_EXTERN uint8_t* WebPDecodeRGB(
/aosp_15_r20/external/webp/doc/
H A Dbuilding.md196 WebPDecodeRGB
H A Dapi.md103 uint8_t* WebPDecodeRGB(const uint8_t* data, size_t data_size,
/aosp_15_r20/external/webp/src/dec/
H A Dwebp_dec.c641 uint8_t* WebPDecodeRGB(const uint8_t* data, size_t data_size, in WebPDecodeRGB() function