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