Searched refs:WebPDecodeBGR (Results 1 – 9 of 9) 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 | 104 DECODE_AUTODOC(WebPDecodeBGR); 125 %newobject WebPDecodeBGR; 135 uint8_t* WebPDecodeBGR(const uint8_t* data, size_t data_size, 193 { "WebPDecodeBGR", 3 },
|
H A D | libwebp.py | 119 def WebPDecodeBGR(data): function 121 return _libwebp.WebPDecodeBGR(data)
|
H A D | libwebp_java_wrap.c | 1283 result = (uint8_t *)WebPDecodeBGR((uint8_t const *)arg1,arg2,arg3,arg4);
|
H A D | libwebp_python_wrap.c | 3873 result = (uint8_t *)WebPDecodeBGR((uint8_t const *)arg1,arg2,arg3,arg4); in _wrap_WebPDecodeBGR()
|
/aosp_15_r20/external/webp/tests/fuzzer/ |
H A D | simple_api_fuzzer.c | 40 buf = WebPDecodeBGR(data, size, &w, &h); in LLVMFuzzerTestOneInput()
|
/aosp_15_r20/external/webp/src/webp/ |
H A D | decode.h | 76 WEBP_NODISCARD WEBP_EXTERN uint8_t* WebPDecodeBGR(
|
/aosp_15_r20/external/webp/doc/ |
H A D | building.md | 195 WebPDecodeBGR
|
/aosp_15_r20/external/webp/src/dec/ |
H A D | webp_dec.c | 656 uint8_t* WebPDecodeBGR(const uint8_t* data, size_t data_size, in WebPDecodeBGR() function
|