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

  /external/chromium_org/third_party/libwebp/dec/
webpi.h 99 VP8StatusCode WebPAllocateDecBuffer(int width, int height,
buffer.c 164 VP8StatusCode WebPAllocateDecBuffer(int w, int h,
idec.c 408 dec->status_ = WebPAllocateDecBuffer(io->width, io->height, params->options,
510 dec->status_ = WebPAllocateDecBuffer(io->width, io->height, params->options,
webp.c 475 status = WebPAllocateDecBuffer(io.width, io.height, params->options,
497 status = WebPAllocateDecBuffer(io.width, io.height, params->options,
  /external/webp/src/dec/
webpi.h 99 VP8StatusCode WebPAllocateDecBuffer(int width, int height,
buffer.c 164 VP8StatusCode WebPAllocateDecBuffer(int w, int h,
idec.c 408 dec->status_ = WebPAllocateDecBuffer(io->width, io->height, params->options,
510 dec->status_ = WebPAllocateDecBuffer(io->width, io->height, params->options,
webp.c 487 status = WebPAllocateDecBuffer(io.width, io.height, params->options,
509 status = WebPAllocateDecBuffer(io.width, io.height, params->options,

Completed in 283 milliseconds