Searched refs:WebPAllocateDecBuffer (Results 1 – 8 of 8) sorted by relevance
/external/opencv3/3rdparty/libwebp/dec/ |
D | webpi.h | 96 VP8StatusCode WebPAllocateDecBuffer(int width, int height,
|
D | buffer.c | 138 VP8StatusCode WebPAllocateDecBuffer(int w, int h, in WebPAllocateDecBuffer() function
|
D | webp.c | 448 status = WebPAllocateDecBuffer(io.width, io.height, params->options, in DecodeInto() 466 status = WebPAllocateDecBuffer(io.width, io.height, params->options, in DecodeInto()
|
D | idec.c | 405 dec->status_ = WebPAllocateDecBuffer(io->width, io->height, params->options, in DecodePartition0() 501 dec->status_ = WebPAllocateDecBuffer(io->width, io->height, params->options, in DecodeVP8LHeader()
|
/external/webp/src/dec/ |
D | webpi.h | 102 VP8StatusCode WebPAllocateDecBuffer(int width, int height,
|
D | buffer.c | 172 VP8StatusCode WebPAllocateDecBuffer(int w, int h, in WebPAllocateDecBuffer() function
|
D | webp.c | 481 status = WebPAllocateDecBuffer(io.width, io.height, params->options, in DecodeInto() 503 status = WebPAllocateDecBuffer(io.width, io.height, params->options, in DecodeInto()
|
D | idec.c | 412 dec->status_ = WebPAllocateDecBuffer(io->width, io->height, params->options, in DecodePartition0() 522 dec->status_ = WebPAllocateDecBuffer(io->width, io->height, params->options, in DecodeVP8LHeader()
|