Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/dec/
Dwebpi_dec.h106 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.c177 VP8StatusCode WebPAllocateDecBuffer(int width, int height, in WebPAllocateDecBuffer() function
Didec_dec.c421 dec->status_ = WebPAllocateDecBuffer(io->width, io->height, params->options, in DecodePartition0()
542 dec->status_ = WebPAllocateDecBuffer(io->width, io->height, params->options, in DecodeVP8LHeader()