Searched refs:WebPDecodeBGRA (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 | 105 DECODE_AUTODOC(WebPDecodeBGRA); 126 %newobject WebPDecodeBGRA; 137 uint8_t* WebPDecodeBGRA(const uint8_t* data, size_t data_size, 194 { "WebPDecodeBGRA", 4 },
|
H A D | libwebp.py | 123 def WebPDecodeBGRA(data): function 125 return _libwebp.WebPDecodeBGRA(data)
|
H A D | libwebp_java_wrap.c | 1339 result = (uint8_t *)WebPDecodeBGRA((uint8_t const *)arg1,arg2,arg3,arg4);
|
H A D | libwebp_python_wrap.c | 3926 result = (uint8_t *)WebPDecodeBGRA((uint8_t const *)arg1,arg2,arg3,arg4); in _wrap_WebPDecodeBGRA()
|
/aosp_15_r20/external/webp/extras/ |
H A D | webp_to_sdl.c | 70 output = WebPDecodeBGRA((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 | 33 buf = WebPDecodeBGRA(data, size, &w, &h); in LLVMFuzzerTestOneInput()
|
/aosp_15_r20/external/webp/src/webp/ |
H A D | decode.h | 67 WEBP_NODISCARD WEBP_EXTERN uint8_t* WebPDecodeBGRA(
|
/aosp_15_r20/external/webp/doc/ |
H A D | building.md | 194 WebPDecodeBGRA
|
/aosp_15_r20/external/webp/src/dec/ |
H A D | webp_dec.c | 661 uint8_t* WebPDecodeBGRA(const uint8_t* data, size_t data_size, in WebPDecodeBGRA() function
|