Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/demux/
Ddemux.c612 const int cur_frame_set = f->frame_num_; in IsValidExtendedFormat() local
617 for (; f != NULL && f->frame_num_ == cur_frame_set; f = f->next_) { in IsValidExtendedFormat()
/external/webp/src/demux/
Ddemux.c604 const int cur_frame_set = f->frame_num_; in IsValidExtendedFormat() local
608 for (; f != NULL && f->frame_num_ == cur_frame_set; f = f->next_) { in IsValidExtendedFormat()