Home
last modified time | relevance | path

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

/aosp_15_r20/external/webp/src/webp/
H A Ddecode.h35 typedef struct WebPDecoderConfig WebPDecoderConfig; typedef
464 struct WebPDecoderConfig { struct
471 WEBP_NODISCARD WEBP_EXTERN int WebPInitDecoderConfigInternal(WebPDecoderConfig*, argument
478 WebPDecoderConfig* config) { in WebPInitDecoderConfig()
494 const uint8_t* data, size_t data_size, WebPDecoderConfig* config);
500 WebPDecoderConfig* config);
/aosp_15_r20/external/webp/imageio/
H A Dwebpdec.c37 static void PrintAnimationWarning(const WebPDecoderConfig* const config) { in PrintAnimationWarning()
80 WebPDecoderConfig* const config) { in DecodeWebP()
88 WebPDecoderConfig* const config) { in DecodeWebPIncremental()
149 WebPDecoderConfig config; in ReadWebP()
H A Dwebpdec.h45 WebPDecoderConfig* const config);
50 WebPDecoderConfig* const config);
/aosp_15_r20/external/webp/src/demux/
H A Danim_decode.c43 WebPDecoderConfig config_; // Decoder config.
76 WebPDecoderConfig* config = &dec->config_; in ApplyDecoderOptions()
373 WebPDecoderConfig* const config = &dec->config_; in WebPAnimDecoderGetNext()
/aosp_15_r20/external/webp/examples/
H A Dvwebp.c69 WebPDecoderConfig config;
169 WebPDecoderConfig* const config = &kParams.config; in Decode()
502 WebPDecoderConfig* const config = &kParams.config; in main()
H A Ddwebp.c116 static uint8_t* AllocateExternalBuffer(WebPDecoderConfig* config, in AllocateExternalBuffer()
185 WebPDecoderConfig config; in main()
/aosp_15_r20/external/webp/tests/fuzzer/
H A Dadvanced_api_fuzzer.c25 WebPDecoderConfig config; in LLVMFuzzerTestOneInput()
H A Denc_dec_fuzzer.cc105 WebPDecoderConfig dec_config; in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/webp/src/dec/
H A Dwebp_dec.c734 int WebPInitDecoderConfigInternal(WebPDecoderConfig* config, in WebPInitDecoderConfigInternal()
763 WebPDecoderConfig* config) { in WebPDecode()
H A Didec_dec.c655 WebPDecoderConfig* config) { in WebPIDecode()
/aosp_15_r20/external/skia/src/codec/
H A DSkWebpCodec.cpp374 WebPDecoderConfig config; in onGetPixels()
/aosp_15_r20/external/webp/doc/
H A Dapi.md182 WebPDecoderConfig config;
/aosp_15_r20/external/webp/src/mux/
H A Danim_encode.c1430 WebPDecoderConfig config; in DecodeFrameOntoCanvas()