Home
last modified time | relevance | path

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

/external/webp/src/dec/
Dwebp_dec.c291 int animation_present = 0; in ParseHeadersInternal() local
319 animation_present = !!(flags & ANIMATION_FLAG); in ParseHeadersInternal()
326 if (has_animation != NULL) *has_animation = animation_present; in ParseHeadersInternal()
331 if (found_vp8x && animation_present && headers == NULL) { in ParseHeadersInternal()
362 if (format != NULL && !animation_present) { in ParseHeadersInternal()