Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/dec/
Dwebpi.h96 VP8StatusCode WebPAllocateDecBuffer(int width, int height,
Dbuffer.c138 VP8StatusCode WebPAllocateDecBuffer(int w, int h, in WebPAllocateDecBuffer() function
Dwebp.c448 status = WebPAllocateDecBuffer(io.width, io.height, params->options, in DecodeInto()
466 status = WebPAllocateDecBuffer(io.width, io.height, params->options, in DecodeInto()
Didec.c405 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/
Dwebpi.h102 VP8StatusCode WebPAllocateDecBuffer(int width, int height,
Dbuffer.c172 VP8StatusCode WebPAllocateDecBuffer(int w, int h, in WebPAllocateDecBuffer() function
Dwebp.c481 status = WebPAllocateDecBuffer(io.width, io.height, params->options, in DecodeInto()
503 status = WebPAllocateDecBuffer(io.width, io.height, params->options, in DecodeInto()
Didec.c412 dec->status_ = WebPAllocateDecBuffer(io->width, io->height, params->options, in DecodePartition0()
522 dec->status_ = WebPAllocateDecBuffer(io->width, io->height, params->options, in DecodeVP8LHeader()