Searched defs:WebPGetInfo (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/dec/
H A Dwebp.c611 if (!WebPGetInfo(data, data_size, &output.width, &output.height)) {
691 // WebPGetInfo()
693 int WebPGetInfo(const uint8_t* data, size_t data_size, function
/external/webp/src/dec/
H A Dwebp.c623 if (!WebPGetInfo(data, data_size, &output.width, &output.height)) {
703 // WebPGetInfo()
705 int WebPGetInfo(const uint8_t* data, size_t data_size, function

Completed in 86 milliseconds