Home
last modified time | relevance | path

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

/aosp_15_r20/external/webp/tests/fuzzer/
H A Dadvanced_api_fuzzer.c26 if (!WebPInitDecoderConfig(&config)) return 0; in LLVMFuzzerTestOneInput()
H A Denc_dec_fuzzer.cc106 if (!WebPInitDecoderConfig(&dec_config)) { in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/webp/imageio/
H A Dwebpdec.c155 if (!WebPInitDecoderConfig(&config)) { in ReadWebP()
/aosp_15_r20/external/webp/src/webp/
H A Ddecode.h477 WEBP_NODISCARD static WEBP_INLINE int WebPInitDecoderConfig( in WebPInitDecoderConfig() function
/aosp_15_r20/external/webp/examples/
H A Ddwebp.c198 if (!WebPInitDecoderConfig(&config)) { in main()
H A Dvwebp.c507 if (!WebPInitDecoderConfig(config)) { in main()
/aosp_15_r20/external/webp/src/demux/
H A Danim_decode.c87 if (!WebPInitDecoderConfig(config)) { in ApplyDecoderOptions()
/aosp_15_r20/external/skia/src/codec/
H A DSkWebpCodec.cpp375 if (0 == WebPInitDecoderConfig(&config)) { in onGetPixels()
/aosp_15_r20/external/webp/doc/
H A Dapi.md183 CHECK(WebPInitDecoderConfig(&config));
/aosp_15_r20/external/webp/src/mux/
H A Danim_encode.c1431 if (!WebPInitDecoderConfig(&config)) { in DecodeFrameOntoCanvas()