Searched refs:WebPAllocateDecBuffer (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | webpi_dec.h | 106 VP8StatusCode WebPAllocateDecBuffer(int width, int height,
|
D | webp_dec.c | 480 status = WebPAllocateDecBuffer(io.width, io.height, params->options, in DecodeInto() 502 status = WebPAllocateDecBuffer(io.width, io.height, params->options, in DecodeInto()
|
D | buffer_dec.c | 177 VP8StatusCode WebPAllocateDecBuffer(int width, int height, in WebPAllocateDecBuffer() function
|
D | idec_dec.c | 421 dec->status_ = WebPAllocateDecBuffer(io->width, io->height, params->options, in DecodePartition0() 542 dec->status_ = WebPAllocateDecBuffer(io->width, io->height, params->options, in DecodeVP8LHeader()
|