HomeSort by relevance Sort by last modified time
    Searched refs:frames_tail_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libwebp/demux/
demux.c 74 Frame** frames_tail_; member in struct:WebPDemuxer
189 const Frame* const last_frame = *dmux->frames_tail_;
192 *dmux->frames_tail_ = frame;
194 dmux->frames_tail_ = &frame->next_;
688 dmux->frames_tail_ = &dmux->frames_;
  /external/webp/src/demux/
demux.c 76 Frame** frames_tail_; member in struct:WebPDemuxer
191 const Frame* const last_frame = *dmux->frames_tail_;
194 *dmux->frames_tail_ = frame;
196 dmux->frames_tail_ = &frame->next_;
688 dmux->frames_tail_ = &dmux->frames_;

Completed in 40 milliseconds