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