Home
last modified time | relevance | path

Searched refs:WebPINewDecoder (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/dec/
Didec.c537 WebPIDecoder* WebPINewDecoder(WebPDecBuffer* output_buffer) { in WebPINewDecoder() function
568 idec = WebPINewDecoder(config ? &config->output : NULL); in WebPIDecode()
610 idec = WebPINewDecoder(NULL); in WebPINewRGB()
643 idec = WebPINewDecoder(NULL); in WebPINewYUVA()
/external/webp/include/webp/
Ddecode.h266 WEBP_EXTERN(WebPIDecoder*) WebPINewDecoder(WebPDecBuffer* output_buffer);
/external/webp/
DREADME394 WebPIDecoder* idec = WebPINewDecoder(&buffer);