Searched defs:WebPConfig (Results 1 - 2 of 2) sorted by relevance

/external/webp/include/webp/
H A Dencode.h31 typedef struct WebPConfig WebPConfig; typedef in typeref:struct:WebPConfig
94 struct WebPConfig { struct
153 // Enumerate some predefined settings for WebPConfig, depending on the type
165 WEBP_EXTERN int WebPConfigInitInternal(WebPConfig*, WebPPreset, float, int);
167 // Should always be called, to initialize a fresh WebPConfig structure before
171 static WEBP_INLINE int WebPConfigInit(WebPConfig* config) {
180 static WEBP_INLINE int WebPConfigPreset(WebPConfig* config,
192 WEBP_EXTERN int WebPConfigLosslessPreset(WebPConfig* config, int level);
196 WEBP_EXTERN int WebPValidateConfig(const WebPConfig* confi
[all...]
/external/webp/src/webp/
H A Dencode.h31 typedef struct WebPConfig WebPConfig; typedef in typeref:struct:WebPConfig
94 struct WebPConfig { struct
153 // Enumerate some predefined settings for WebPConfig, depending on the type
165 WEBP_EXTERN int WebPConfigInitInternal(WebPConfig*, WebPPreset, float, int);
167 // Should always be called, to initialize a fresh WebPConfig structure before
171 static WEBP_INLINE int WebPConfigInit(WebPConfig* config) {
180 static WEBP_INLINE int WebPConfigPreset(WebPConfig* config,
192 WEBP_EXTERN int WebPConfigLosslessPreset(WebPConfig* config, int level);
196 WEBP_EXTERN int WebPValidateConfig(const WebPConfig* confi
[all...]

Completed in 153 milliseconds