Searched refs:is_animation (Results 1 – 1 of 1) sorted by relevance
309 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in ParseAnimationFrame() local336 if (status != PARSE_ERROR && is_animation && frame->frame_num_ > 0) { in ParseAnimationFrame()439 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in ParseVP8XChunks() local462 if (anim_chunks > 0 || is_animation) return PARSE_ERROR; in ParseVP8XChunks()594 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in IsValidExtendedFormat() local613 if (!is_animation && f->frame_num_ > 1) return 0; in IsValidExtendedFormat()637 !CheckFrameBounds(f, !is_animation, in IsValidExtendedFormat()