Searched refs:WebPDecodeBGR (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/ |
A D | libwebp.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/google/webp/
com/google/webp/libwebp ... |
A D | libwebp.py | 91 def WebPDecodeBGR(*args): function 93 return _libwebp.WebPDecodeBGR(*args)
|
A D | libwebp.swig | 101 DECODE_AUTODOC(WebPDecodeBGR); 122 %newobject WebPDecodeBGR; 132 uint8_t* WebPDecodeBGR(const uint8_t* data, size_t data_size, 190 { "WebPDecodeBGR", 3 },
|
A D | libwebp_java_wrap.c | 1283 result = (uint8_t *)WebPDecodeBGR((uint8_t const *)arg1,arg2,arg3,arg4);
|
A D | libwebp_python_wrap.c | 3648 result = (uint8_t *)WebPDecodeBGR((uint8_t const *)arg1,arg2,arg3,arg4); in _wrap_WebPDecodeBGR()
|
/AliOS-Things-master/components/SDL2/src/image/Xcode/Frameworks/webp.framework/Versions/A/Headers/webp/ |
A D | decode.h | 76 WEBP_EXTERN uint8_t* WebPDecodeBGR(const uint8_t* data, size_t data_size,
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/webp/ |
A D | decode.h | 76 WEBP_EXTERN uint8_t* WebPDecodeBGR(const uint8_t* data, size_t data_size,
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/webp/ |
A D | decode.h | 76 WEBP_EXTERN uint8_t* WebPDecodeBGR(const uint8_t* data, size_t data_size,
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/ |
A D | webp_dec.c | 648 uint8_t* WebPDecodeBGR(const uint8_t* data, size_t data_size, in WebPDecodeBGR() function
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | README | 176 WebPDecodeBGR
|
Completed in 27 milliseconds