Home
last modified time | relevance | path

Searched refs:WebPValidateConfig (Results 1 – 7 of 7) sorted by relevance

/external/webp/src/enc/
Dconfig_enc.c93 return WebPValidateConfig(config); in WebPConfigInitInternal()
96 int WebPValidateConfig(const WebPConfig* config) { in WebPValidateConfig() function
Dwebp_enc.c324 if (!WebPValidateConfig(config)) { in WebPEncode()
/external/webp/include/webp/
Dencode.h193 WEBP_EXTERN(int) WebPValidateConfig(const WebPConfig* config);
/external/webp/src/webp/
Dencode.h193 WEBP_EXTERN(int) WebPValidateConfig(const WebPConfig* config);
/external/ImageMagick/coders/
Dwebp.c644 if (WebPValidateConfig(&configure) == 0) in WriteWEBPImage()
/external/webp/src/mux/
Danim_encode.c1389 if (!WebPValidateConfig(encoder_config)) { in WebPAnimEncoderAdd()
/external/webp/
DREADME567 config_error = WebPValidateConfig(&config); // not mandatory, but useful