Home
last modified time | relevance | path

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

/aosp_15_r20/external/webp/tests/fuzzer/
H A Dadvanced_api_fuzzer.c105 WebPIDecoder* idec = WebPIDecode(NULL, 0, &config); in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/webp/imageio/
H A Dwebpdec.c96 WebPIDecoder* const idec = WebPIDecode(data, data_size, config); in DecodeWebPIncremental()
/aosp_15_r20/external/webp/src/webp/
H A Ddecode.h493 WEBP_NODISCARD WEBP_EXTERN WebPIDecoder* WebPIDecode(
/aosp_15_r20/external/skia/src/codec/
H A DSkWebpCodec.cpp505 SkAutoTCallVProc<WebPIDecoder, WebPIDelete> idec(WebPIDecode(nullptr, 0, &config)); in onGetPixels()
/aosp_15_r20/external/webp/doc/
H A Dapi.md215 WebPIDecoder* const idec = WebPIDecode(NULL, NULL, &config);
/aosp_15_r20/external/webp/src/dec/
H A Didec_dec.c654 WebPIDecoder* WebPIDecode(const uint8_t* data, size_t data_size, in WebPIDecode() function
/aosp_15_r20/external/webp/
H A DChangeLog1654 deb54d91 Clarify the expected 'config' lifespan in WebPIDecode()