Home
last modified time | relevance | path

Searched defs:has_animation (Results 1 – 4 of 4) sorted by relevance

/external/webp/src/dec/
Dwebp_dec.c285 int* const has_animation, in ParseHeadersInternal()
420 int has_animation = 0; in WebPParseHeaders() local
/external/webp/src/mux/
Dmuxinternal.c498 const int has_animation = !!(flags & ANIMATION_FLAG); in MuxValidate() local
/external/webp/examples/
Dvwebp.c54 int has_animation; member
/external/webp/src/webp/
Ddecode.h417 int has_animation; // True if the bitstream is an animation. member