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

  /external/chromium_org/third_party/libwebp/demux/
demux.c 349 const int has_fragments = !!(dmux->feature_flags_ & FRAGMENTS_FLAG); local
365 if (status != PARSE_ERROR && has_fragments && frame->frame_num_ > 0) {
620 const int has_fragments = !!(dmux->feature_flags_ & FRAGMENTS_FLAG); local
640 if (!has_fragments && f->is_fragment_) return 0;
664 !CheckFrameBounds(f, !(has_frames || has_fragments),
672 if (!has_fragments && frame_count > 1) return 0;
  /external/webp/src/demux/
demux.c 350 const int has_fragments = !!(dmux->feature_flags_ & FRAGMENTS_FLAG); local
366 if (status != PARSE_ERROR && has_fragments && frame->frame_num_ > 0) {
620 const int has_fragments = !!(dmux->feature_flags_ & FRAGMENTS_FLAG); local
640 if (!has_fragments && f->is_fragment_) return 0;
664 !CheckFrameBounds(f, !(has_frames || has_fragments),
672 if (!has_fragments && frame_count > 1) return 0;

Completed in 32 milliseconds