Home
last modified time | relevance | path

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

/external/webp/src/demux/
Ddemux.c307 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in ParseAnimationFrame() local
334 if (status != PARSE_ERROR && is_animation && frame->frame_num_ > 0) { in ParseAnimationFrame()
437 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in ParseVP8XChunks() local
460 if (anim_chunks > 0 || is_animation) return PARSE_ERROR; in ParseVP8XChunks()
592 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in IsValidExtendedFormat() local
611 if (!is_animation && f->frame_num_ > 1) return 0; in IsValidExtendedFormat()
635 !CheckFrameBounds(f, !is_animation, in IsValidExtendedFormat()