Searched refs:WebPAllocateDecBuffer (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/ |
A D | webpi_dec.h | 102 VP8StatusCode WebPAllocateDecBuffer(int width, int height,
|
A 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()
|
A D | buffer_dec.c | 178 VP8StatusCode WebPAllocateDecBuffer(int width, int height, in WebPAllocateDecBuffer() function
|
A D | idec_dec.c | 416 dec->status_ = WebPAllocateDecBuffer(io->width, io->height, params->options, in DecodePartition0() 537 dec->status_ = WebPAllocateDecBuffer(io->width, io->height, params->options, in DecodeVP8LHeader()
|
Completed in 8 milliseconds