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

  /external/webp/src/dec/
webpi_dec.h 102 VP8StatusCode WebPAllocateDecBuffer(int width, int height,
buffer_dec.c 177 VP8StatusCode WebPAllocateDecBuffer(int width, int height,
idec_dec.c 419 dec->status_ = WebPAllocateDecBuffer(io->width, io->height, params->options,
530 dec->status_ = WebPAllocateDecBuffer(io->width, io->height, params->options,
webp_dec.c 480 status = WebPAllocateDecBuffer(io.width, io.height, params->options,
502 status = WebPAllocateDecBuffer(io.width, io.height, params->options,
518 // during the call to WebPAllocateDecBuffer above.

Completed in 378 milliseconds