Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/demux/
Ddemux.c616 const int cur_frame_set = f->frame_num_; in IsValidExtendedFormat() local
620 for (; f != NULL && f->frame_num_ == cur_frame_set; f = f->next_) { in IsValidExtendedFormat()