Searched defs:WebPGetInfo (Results 1 – 4 of 4) 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.go | 38 func WebPGetInfo(webp []byte) (ok bool, width int, height int) { func |
H A D | libwebp.py | 103 def WebPGetInfo(data): function |
/aosp_15_r20/external/webp/src/dec/ | ||
H A D | webp_dec.c | 713 int WebPGetInfo(const uint8_t* data, size_t data_size, in WebPGetInfo() function |