Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dconfig_enc.c95 return WebPValidateConfig(config); in WebPConfigInitInternal()
98 int WebPValidateConfig(const WebPConfig* config) { in WebPValidateConfig() function
Dwebp_enc.c336 if (!WebPValidateConfig(config)) { in WebPEncode()
/external/webp/include/webp/
Dencode.h198 WEBP_EXTERN int WebPValidateConfig(const WebPConfig* config);
/external/webp/tests/fuzzer/
Dfuzz_utils.h133 return WebPValidateConfig(config); in ExtractWebPConfig()
/external/webp/src/webp/
Dencode.h198 WEBP_EXTERN int WebPValidateConfig(const WebPConfig* config);
/external/ImageMagick/coders/
Dwebp.c1183 if (WebPValidateConfig(&configure) == 0) in WriteWEBPImage()
/external/webp/src/mux/
Danim_encode.c1394 if (!WebPValidateConfig(encoder_config)) { in WebPAnimEncoderAdd()
/external/webp/
DREADME612 config_error = WebPValidateConfig(&config); // not mandatory, but useful