Home
last modified time | relevance | path

Searched refs:WebPDecodeBGR (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/webp/swig/
HDlibwebp.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
H A Dlibwebp.swig104 DECODE_AUTODOC(WebPDecodeBGR);
125 %newobject WebPDecodeBGR;
135 uint8_t* WebPDecodeBGR(const uint8_t* data, size_t data_size,
193 { "WebPDecodeBGR", 3 },
H A Dlibwebp.py119 def WebPDecodeBGR(data): function
121 return _libwebp.WebPDecodeBGR(data)
H A Dlibwebp_java_wrap.c1283 result = (uint8_t *)WebPDecodeBGR((uint8_t const *)arg1,arg2,arg3,arg4);
H A Dlibwebp_python_wrap.c3873 result = (uint8_t *)WebPDecodeBGR((uint8_t const *)arg1,arg2,arg3,arg4); in _wrap_WebPDecodeBGR()
/aosp_15_r20/external/webp/tests/fuzzer/
H A Dsimple_api_fuzzer.c40 buf = WebPDecodeBGR(data, size, &w, &h); in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/webp/src/webp/
H A Ddecode.h76 WEBP_NODISCARD WEBP_EXTERN uint8_t* WebPDecodeBGR(
/aosp_15_r20/external/webp/doc/
H A Dbuilding.md195 WebPDecodeBGR
/aosp_15_r20/external/webp/src/dec/
H A Dwebp_dec.c656 uint8_t* WebPDecodeBGR(const uint8_t* data, size_t data_size, in WebPDecodeBGR() function