Home
last modified time | relevance | path

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

/external/webp/src/webp/
Ddecode.h460 WEBP_EXTERN(int) WebPInitDecoderConfigInternal(WebPDecoderConfig*, int);
466 return WebPInitDecoderConfigInternal(config, WEBP_DECODER_ABI_VERSION); in WebPInitDecoderConfig()
/external/webp/include/webp/
Ddecode.h460 WEBP_EXTERN(int) WebPInitDecoderConfigInternal(WebPDecoderConfig*, int);
466 return WebPInitDecoderConfigInternal(config, WEBP_DECODER_ABI_VERSION); in WebPInitDecoderConfig()
/external/webp/src/dec/
Dwebp_dec.c717 int WebPInitDecoderConfigInternal(WebPDecoderConfig* config, in WebPInitDecoderConfigInternal() function