Home | History | Annotate | Download | only in demux

Lines Matching defs:frames_

71   Frame* frames_;
426 if (dmux->frames_ != NULL) return PARSE_ERROR;
597 const Frame* const frame = dmux->frames_;
631 const Frame* f = dmux->frames_;
637 if (dmux->state_ == WEBP_DEMUX_DONE && dmux->frames_ == NULL) return 0;
701 dmux->frames_tail_ = &dmux->frames_;
761 for (f = dmux->frames_; f != NULL;) {
797 for (f = dmux->frames_; f != NULL; f = f->next_) {