HomeSort by relevance Sort by last modified time
    Searched full:frame_num_ (Results 1 - 1 of 1) sorted by null

  /external/webp/src/demux/
demux.c 47 int frame_num_; // the referent frame number for use in assembling fragments. member in struct:Frame
228 frame->frame_num_ = frame_num;
256 frame->frame_num_ = frame_num;
323 if (status != PARSE_ERROR && has_frames && frame->frame_num_ > 0) {
357 if (status != PARSE_ERROR && has_fragments && frame->frame_num_ > 0) {
597 const int cur_frame_set = f->frame_num_;
602 for (; f != NULL && f->frame_num_ == cur_frame_set; f = f->next_) {
607 if (!has_frames && f->frame_num_ > 1) return 0;
730 if (frame_num == f->frame_num_) break;
738 const int this_frame = frame_set->frame_num_;
    [all...]

Completed in 209 milliseconds