Home
last modified time | relevance | path

Searched refs:WebPGetInfo (Results 1 – 16 of 16) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/swig/
A Dlibwebp.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/webp/ com/google/webp/libwebp ...
A Dlibwebp.go38 func WebPGetInfo(webp []byte) (ok bool, width int, height int) { func
A Dlibwebp.swig45 %rename(wrapped_WebPGetInfo) WebPGetInfo(const uint8_t* data, size_t data_size,
103 %feature("autodoc", "WebPGetInfo(uint8_t data) -> (width, height)") WebPGetInfo;
112 int WebPGetInfo(const uint8_t* data, size_t data_size,
338 // WebPGetInfo has 2 output parameters, provide a version in the more natural
340 func WebPGetInfo(webp []byte) (ok bool, width int, height int) {
A Dlibwebp.py75 def WebPGetInfo(*args): function
77 return _libwebp.WebPGetInfo(*args)
A Dlibwebp_go_wrap.c256 result = (int)WebPGetInfo((uint8_t const *)arg1,arg2,arg3,arg4); in _wrap_wrapped_WebPGetInfo()
A Dlibwebp_java_wrap.c1060 result = (int)WebPGetInfo((uint8_t const *)arg1,arg2,arg3,arg4);
A Dlibwebp_python_wrap.c3441 result = (int)WebPGetInfo((uint8_t const *)arg1,arg2,arg3,arg4); in _wrap_WebPGetInfo()
/AliOS-Things-master/components/SDL2/src/image/
A DIMG_webp.c195 if ( !WebPGetInfo( raw_data, raw_data_size, &width, &height ) ) { in IMG_LoadWEBP_RW()
/AliOS-Things-master/components/SDL2/src/image/Xcode/Frameworks/webp.framework/Versions/A/Headers/webp/
A Ddecode.h51 WEBP_EXTERN int WebPGetInfo(const uint8_t* data, size_t data_size,
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/webp/
A Ddecode.h51 WEBP_EXTERN int WebPGetInfo(const uint8_t* data, size_t data_size,
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/webp/
A Ddecode.h51 WEBP_EXTERN int WebPGetInfo(const uint8_t* data, size_t data_size,
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dwebp_dec.c616 if (!WebPGetInfo(data, data_size, &output.width, &output.height)) { in Decode()
698 int WebPGetInfo(const uint8_t* data, size_t data_size, in WebPGetInfo() function
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Dvwebp.c544 if (!WebPGetInfo(kParams.data.bytes, kParams.data.size, NULL, NULL)) { in main()
A Danim_util.c209 return (WebPGetInfo(webp_data->bytes, webp_data->size, NULL, NULL) != 0); in IsWebP()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DREADME172 WebPGetInfo
660 int WebPGetInfo(const uint8_t* data, size_t data_size,
A DChangeLog874 38063af1 decode.h,WebPGetInfo: normalize function comment

Completed in 41 milliseconds