Home
last modified time | relevance | path

Searched defs:WebPGetInfo (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/webp/swig/
HDlibwebp.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
H A Dlibwebp.go38 func WebPGetInfo(webp []byte) (ok bool, width int, height int) { func
H A Dlibwebp.py103 def WebPGetInfo(data): function
/aosp_15_r20/external/webp/src/dec/
H A Dwebp_dec.c713 int WebPGetInfo(const uint8_t* data, size_t data_size, in WebPGetInfo() function