Home
last modified time | relevance | path

Searched refs:WebPAllocateDecBuffer (Results 1 – 4 of 4) sorted by relevance

/external/webp/src/dec/
Dwebpi_dec.h102 VP8StatusCode WebPAllocateDecBuffer(int width, int height,
Dwebp_dec.c480 status = WebPAllocateDecBuffer(io.width, io.height, params->options, in DecodeInto()
502 status = WebPAllocateDecBuffer(io.width, io.height, params->options, in DecodeInto()
Dbuffer_dec.c178 VP8StatusCode WebPAllocateDecBuffer(int width, int height, in WebPAllocateDecBuffer() function
Didec_dec.c416 dec->status_ = WebPAllocateDecBuffer(io->width, io->height, params->options, in DecodePartition0()
537 dec->status_ = WebPAllocateDecBuffer(io->width, io->height, params->options, in DecodeVP8LHeader()