Home
last modified time | relevance | path

Searched refs:WebPDecoderConfig (Results 1 – 4 of 4) sorted by relevance

/external/webp/include/webp/
Ddecode.h361 } WebPDecoderConfig; typedef
364 WEBP_EXTERN(int) WebPInitDecoderConfigInternal(WebPDecoderConfig* const, int);
369 static inline int WebPInitDecoderConfig(WebPDecoderConfig* const config) { in WebPInitDecoderConfig()
383 WebPDecoderConfig* const config);
389 WebPDecoderConfig* const config);
/external/skia/src/images/
DSkImageDecoder_libwebp.cpp154 static bool webp_idecode(SkStream* stream, WebPDecoderConfig& config) { in webp_idecode()
204 static bool webp_get_config_resize_crop(WebPDecoderConfig& config, in webp_get_config_resize_crop()
238 static bool webp_get_config_resize(WebPDecoderConfig& config, in webp_get_config_resize()
373 WebPDecoderConfig config; in onDecodeRegion()
430 WebPDecoderConfig config; in onDecode()
/external/webp/src/dec/
Dwebp.c308 int WebPInitDecoderConfigInternal(WebPDecoderConfig* const config, in WebPInitDecoderConfigInternal()
335 WebPDecoderConfig* const config) { in WebPDecode()
Didec.c450 WebPDecoderConfig* const config) { in WebPIDecode()