HomeSort by relevance Sort by last modified time
    Searched refs:has_frames (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libwebp/demux/
demux.c 306 const int has_frames = !!(dmux->feature_flags_ & ANIMATION_FLAG); local
330 if (status != PARSE_ERROR && has_frames && frame->frame_num_ > 0) {
621 const int has_frames = !!(dmux->feature_flags_ & ANIMATION_FLAG); local
641 if (!has_frames && f->frame_num_ > 1) return 0;
664 !CheckFrameBounds(f, !(has_frames || has_fragments),
  /external/webp/src/demux/
demux.c 304 const int has_frames = !!(dmux->feature_flags_ & ANIMATION_FLAG); local
331 if (status != PARSE_ERROR && has_frames && frame->frame_num_ > 0) {
621 const int has_frames = !!(dmux->feature_flags_ & ANIMATION_FLAG); local
641 if (!has_frames && f->frame_num_ > 1) return 0;
664 !CheckFrameBounds(f, !(has_frames || has_fragments),

Completed in 504 milliseconds