Home
last modified time | relevance | path

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

/aosp_15_r20/external/webp/tests/fuzzer/
H A Danimdecoder_fuzzer.cc56 if (!WebPAnimDecoderGetNext(dec, &buf, &timestamp)) break; in LLVMFuzzerTestOneInput()
H A Danimation_api_fuzzer.c73 if (!WebPAnimDecoderGetNext(dec, &buf, &timestamp)) break; in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/webp/src/webp/
H A Ddemux.h326 WEBP_NODISCARD WEBP_EXTERN int WebPAnimDecoderGetNext(WebPAnimDecoder* dec,
/aosp_15_r20/external/webp/src/demux/
H A Danim_decode.c329 int WebPAnimDecoderGetNext(WebPAnimDecoder* dec, in WebPAnimDecoderGetNext() function
/aosp_15_r20/external/webp/examples/
H A Danim_util.c253 if (!WebPAnimDecoderGetNext(dec, &frame_rgba, &timestamp)) { in ReadAnimatedWebP()
/aosp_15_r20/external/webp/doc/
H A Dapi.md373 WebPAnimDecoderGetNext(dec, &buf, &timestamp);
/aosp_15_r20/external/webp/
H A DChangeLog713 27d08240 Fix integer overflow in WebPAnimDecoderGetNext()