Home
last modified time | relevance | path

Searched refs:frame_num_ (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/3rdparty/libwebp/demux/
Ddemux.c53 int frame_num_; // the referent frame number for use in assembling fragments. member
232 frame->frame_num_ = frame_num; in StoreFrame()
262 frame->frame_num_ = frame_num; in StoreFrame()
330 if (status != PARSE_ERROR && has_frames && frame->frame_num_ > 0) { in ParseAnimationFrame()
365 if (status != PARSE_ERROR && has_fragments && frame->frame_num_ > 0) { in ParseFragment()
612 const int cur_frame_set = f->frame_num_; in IsValidExtendedFormat()
617 for (; f != NULL && f->frame_num_ == cur_frame_set; f = f->next_) { in IsValidExtendedFormat()
622 if (!has_frames && f->frame_num_ > 1) return 0; in IsValidExtendedFormat()
749 if (frame_num == f->frame_num_) break; in GetFrame()
757 const int this_frame = frame_set->frame_num_; in GetFragment()
[all …]
/external/webp/src/demux/
Ddemux.c50 int frame_num_; member
204 frame->frame_num_ = frame_num; in SetFrameInfo()
238 frame->frame_num_ = frame_num; in StoreFrame()
334 if (status != PARSE_ERROR && is_animation && frame->frame_num_ > 0) { in ParseAnimationFrame()
604 const int cur_frame_set = f->frame_num_; in IsValidExtendedFormat()
608 for (; f != NULL && f->frame_num_ == cur_frame_set; f = f->next_) { in IsValidExtendedFormat()
612 if (!is_animation && f->frame_num_ > 1) return 0; in IsValidExtendedFormat()
795 if (frame_num == f->frame_num_) break; in GetFrame()
834 iter->frame_num = frame->frame_num_; in SynthesizeFrame()