Searched refs:WebPDecoderConfig (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/libwebp/webp/
H A Ddecode.h35 typedef struct WebPDecoderConfig WebPDecoderConfig; typedef in typeref:struct:WebPDecoderConfig
374 WebPDecoderConfig config;
461 struct WebPDecoderConfig { struct
468 WEBP_EXTERN(int) WebPInitDecoderConfigInternal(WebPDecoderConfig*, int);
473 static WEBP_INLINE int WebPInitDecoderConfig(WebPDecoderConfig* config) {
487 WebPDecoderConfig* config);
493 WebPDecoderConfig* config);
/external/webp/include/webp/
H A Ddecode.h35 typedef struct WebPDecoderConfig WebPDecoderConfig; typedef in typeref:struct:WebPDecoderConfig
374 WebPDecoderConfig config;
461 struct WebPDecoderConfig { struct
468 WEBP_EXTERN(int) WebPInitDecoderConfigInternal(WebPDecoderConfig*, int);
473 static WEBP_INLINE int WebPInitDecoderConfig(WebPDecoderConfig* config) {
487 WebPDecoderConfig* config);
493 WebPDecoderConfig* config);
/external/chromium_org/third_party/skia/src/images/
H A DSkImageDecoder_libwebp.cpp193 static bool webp_idecode(SkStream* stream, WebPDecoderConfig* config) {
236 static bool webp_get_config_resize(WebPDecoderConfig* config,
263 static bool webp_get_config_resize_crop(WebPDecoderConfig* config,
393 WebPDecoderConfig config;
442 WebPDecoderConfig config;
/external/skia/src/images/
H A DSkImageDecoder_libwebp.cpp204 static bool webp_idecode(SkStream* stream, WebPDecoderConfig* config) {
247 static bool webp_get_config_resize(WebPDecoderConfig* config,
274 static bool webp_get_config_resize_crop(WebPDecoderConfig* config,
404 WebPDecoderConfig config;
453 WebPDecoderConfig config;
/external/chromium_org/third_party/libwebp/dec/
H A Dwebp.c714 int WebPInitDecoderConfigInternal(WebPDecoderConfig* config,
741 WebPDecoderConfig* config) {
H A Didec.c594 WebPDecoderConfig* config) {
/external/webp/src/dec/
H A Dwebp.c726 int WebPInitDecoderConfigInternal(WebPDecoderConfig* config,
753 WebPDecoderConfig* config) {
H A Didec.c594 WebPDecoderConfig* config) {
/external/webp/examples/
H A Ddwebp.c377 WebPDecoderConfig config;

Completed in 131 milliseconds