Home
last modified time | relevance | path

Searched refs:WebPAnimInfo (Results 1 – 4 of 4) sorted by relevance

/external/webp/include/webp/
Ddemux.h67 typedef struct WebPAnimInfo WebPAnimInfo; typedef
294 struct WebPAnimInfo { struct
310 WebPAnimInfo* info); argument
/external/webp/src/webp/
Ddemux.h67 typedef struct WebPAnimInfo WebPAnimInfo; typedef
294 struct WebPAnimInfo { struct
310 WebPAnimInfo* info); argument
/external/webp/tests/fuzzer/
Danimdecoder_fuzzer.cc37 WebPAnimInfo info; in LLVMFuzzerTestOneInput()
/external/webp/src/demux/
Danim_decode.c38 WebPAnimInfo info_; // Global info about the animation.
131 int WebPAnimDecoderGetInfo(const WebPAnimDecoder* dec, WebPAnimInfo* info) { in WebPAnimDecoderGetInfo()