Home
last modified time | relevance | path

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

/aosp_15_r20/external/webp/tests/fuzzer/
H A Danimdecoder_fuzzer.cc47 if (!WebPAnimDecoderGetInfo(dec, &info)) goto End; in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/webp/src/webp/
H A Ddemux.h311 WEBP_NODISCARD WEBP_EXTERN int WebPAnimDecoderGetInfo(
/aosp_15_r20/external/webp/src/demux/
H A Danim_decode.c151 int WebPAnimDecoderGetInfo(const WebPAnimDecoder* dec, WebPAnimInfo* info) { in WebPAnimDecoderGetInfo() function
/aosp_15_r20/external/webp/examples/
H A Danim_util.c232 if (!WebPAnimDecoderGetInfo(dec, &anim_info)) { in ReadAnimatedWebP()
/aosp_15_r20/external/webp/doc/
H A Dapi.md368 WebPAnimDecoderGetInfo(dec, &anim_info);