Home
last modified time | relevance | path

Searched refs:WebPIDecode (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/libwebp/tests/fuzzer/
Dadvanced_api_fuzzer.c80 WebPIDecoder* idec = WebPIDecode(NULL, 0, &config); in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/libwebp/imageio/
Dwebpdec.c96 WebPIDecoder* const idec = WebPIDecode(data, data_size, config); in DecodeWebPIncremental()
/third_party/skia/third_party/externals/libwebp/src/webp/
Ddecode.h490 WEBP_EXTERN WebPIDecoder* WebPIDecode(const uint8_t* data, size_t data_size,
/third_party/skia/src/codec/
DSkWebpCodec.cpp483 SkAutoTCallVProc<WebPIDecoder, WebPIDelete> idec(WebPIDecode(nullptr, 0, &config)); in onGetPixels()
/third_party/skia/third_party/externals/libwebp/src/dec/
Didec_dec.c643 WebPIDecoder* WebPIDecode(const uint8_t* data, size_t data_size, in WebPIDecode() function
/third_party/skia/third_party/externals/libwebp/
DREADME761 WebPIDecoder* const idec = WebPIDecode(NULL, NULL, &config);
DChangeLog1109 deb54d91 Clarify the expected 'config' lifespan in WebPIDecode()