Searched defs:is_animation (Results 1 - 1 of 1) sorted by relevance

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

Completed in 139 milliseconds