Searched refs:WebPIDecode (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/ |
D | advanced_api_fuzzer.c | 80 WebPIDecoder* idec = WebPIDecode(NULL, 0, &config); in LLVMFuzzerTestOneInput()
|
/third_party/skia/third_party/externals/libwebp/imageio/ |
D | webpdec.c | 96 WebPIDecoder* const idec = WebPIDecode(data, data_size, config); in DecodeWebPIncremental()
|
/third_party/skia/third_party/externals/libwebp/src/webp/ |
D | decode.h | 490 WEBP_EXTERN WebPIDecoder* WebPIDecode(const uint8_t* data, size_t data_size,
|
/third_party/skia/src/codec/ |
D | SkWebpCodec.cpp | 483 SkAutoTCallVProc<WebPIDecoder, WebPIDelete> idec(WebPIDecode(nullptr, 0, &config)); in onGetPixels()
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | idec_dec.c | 643 WebPIDecoder* WebPIDecode(const uint8_t* data, size_t data_size, in WebPIDecode() function
|
/third_party/skia/third_party/externals/libwebp/ |
D | README | 761 WebPIDecoder* const idec = WebPIDecode(NULL, NULL, &config);
|
D | ChangeLog | 1109 deb54d91 Clarify the expected 'config' lifespan in WebPIDecode()
|