HomeSort by relevance Sort by last modified time
    Searched refs:WebPGetInfo (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libwebp/webp/
decode.h 45 WEBP_EXTERN(int) WebPGetInfo(const uint8_t* data, size_t data_size,
  /external/webp/include/webp/
decode.h 45 WEBP_EXTERN(int) WebPGetInfo(const uint8_t* data, size_t data_size,
  /external/chromium_org/third_party/libwebp/dec/
webp.c 611 if (!WebPGetInfo(data, data_size, &output.width, &output.height)) {
691 // WebPGetInfo()
693 int WebPGetInfo(const uint8_t* data, size_t data_size,
  /external/webp/src/dec/
webp.c 623 if (!WebPGetInfo(data, data_size, &output.width, &output.height)) {
703 // WebPGetInfo()
705 int WebPGetInfo(const uint8_t* data, size_t data_size,

Completed in 475 milliseconds