Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkWebpCodec.cpp168 if (0 == WebPInitDecoderConfig(&config)) { in onGetPixels()
/external/webp/include/webp/
Ddecode.h462 static WEBP_INLINE int WebPInitDecoderConfig(WebPDecoderConfig* config) { in WebPInitDecoderConfig() function
/external/opencv3/3rdparty/libwebp/webp/
Ddecode.h464 static WEBP_INLINE int WebPInitDecoderConfig(WebPDecoderConfig* config) { in WebPInitDecoderConfig() function
/external/webp/src/webp/
Ddecode.h462 static WEBP_INLINE int WebPInitDecoderConfig(WebPDecoderConfig* config) { in WebPInitDecoderConfig() function
/external/webp/src/demux/
Danim_decode.c77 WebPInitDecoderConfig(config); in ApplyDecoderOptions()
/external/ImageMagick/coders/
Dwebp.c256 if (WebPInitDecoderConfig(&configure) == 0) in ReadWEBPImage()
/external/skia/src/images/
DSkImageDecoder_libwebp.cpp242 if (0 == WebPInitDecoderConfig(config)) { in webp_get_config_resize()
/external/webp/
DREADME583 CHECK(WebPInitDecoderConfig(&config));