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

  /external/webp/src/dec/
decode_vp8.h 177 WEBP_EXTERN(int) VP8LGetInfo(
webp.c 385 if (!VP8LGetInfo(data, data_size, &image_width, &image_height, has_alpha)) {
vp8l.c 127 int VP8LGetInfo(const uint8_t* data, size_t data_size,
    [all...]
  /external/opencv3/3rdparty/libwebp/dec/
decode_vp8.h 176 WEBP_EXTERN(int) VP8LGetInfo(
webp.c 363 if (!VP8LGetInfo(data, data_size, width, height, has_alpha)) {
vp8l.c 102 int VP8LGetInfo(const uint8_t* data, size_t data_size,
    [all...]
  /external/opencv3/3rdparty/libwebp/mux/
muxedit.c 125 VP8LGetInfo(image->bytes, image->size, &width, &height, NULL) :
437 VP8LGetInfo(data->bytes, data->size, &w, &h, NULL);
muxread.c 281 if (!VP8LGetInfo(vp8l_data->bytes, vp8l_data->size, NULL, NULL,

Completed in 722 milliseconds