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

/external/chromium_org/third_party/libwebp/webp/
H A Dencode.h31 typedef struct WebPConfig WebPConfig; typedef in typeref:struct:WebPConfig
91 struct WebPConfig { struct
137 // Enumerate some predefined settings for WebPConfig, depending on the type
149 WEBP_EXTERN(int) WebPConfigInitInternal(WebPConfig*, WebPPreset, float, int);
151 // Should always be called, to initialize a fresh WebPConfig structure before
155 static WEBP_INLINE int WebPConfigInit(WebPConfig* config) {
164 static WEBP_INLINE int WebPConfigPreset(WebPConfig* config,
177 WEBP_EXTERN(int) WebPConfigLosslessPreset(WebPConfig* config, int level);
182 WEBP_EXTERN(int) WebPValidateConfig(const WebPConfig* confi
[all...]
/external/webp/include/webp/
H A Dencode.h31 typedef struct WebPConfig WebPConfig; typedef in typeref:struct:WebPConfig
91 struct WebPConfig { struct
137 // Enumerate some predefined settings for WebPConfig, depending on the type
149 WEBP_EXTERN(int) WebPConfigInitInternal(WebPConfig*, WebPPreset, float, int);
151 // Should always be called, to initialize a fresh WebPConfig structure before
155 static WEBP_INLINE int WebPConfigInit(WebPConfig* config) {
164 static WEBP_INLINE int WebPConfigPreset(WebPConfig* config,
177 WEBP_EXTERN(int) WebPConfigLosslessPreset(WebPConfig* config, int level);
182 WEBP_EXTERN(int) WebPValidateConfig(const WebPConfig* confi
[all...]

Completed in 100 milliseconds