Home
last modified time | relevance | path

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

/external/webp/tests/fuzzer/
Danimdecoder_fuzzer.cc43 if (!WebPAnimDecoderGetNext(dec, &buf, &timestamp)) break; in LLVMFuzzerTestOneInput()
Danimation_api_fuzzer.c73 if (!WebPAnimDecoderGetNext(dec, &buf, &timestamp)) break; in LLVMFuzzerTestOneInput()
/external/webp/include/webp/
Ddemux.h324 WEBP_EXTERN int WebPAnimDecoderGetNext(WebPAnimDecoder* dec,
/external/webp/src/webp/
Ddemux.h324 WEBP_EXTERN int WebPAnimDecoderGetNext(WebPAnimDecoder* dec,
/external/webp/src/demux/
Danim_decode.c309 int WebPAnimDecoderGetNext(WebPAnimDecoder* dec, in WebPAnimDecoderGetNext() function