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 72 Frame** frames_tail_; member in struct:WebPDemuxer
187 const Frame* const last_frame = *dmux->frames_tail_;
190 *dmux->frames_tail_ = frame;
192 dmux->frames_tail_ = &frame->next_;
701 dmux->frames_tail_ = &dmux->frames_;
    [all...]
  /external/webp/src/demux/
demux.c 72 Frame** frames_tail_; member in struct:WebPDemuxer
187 const Frame* const last_frame = *dmux->frames_tail_;
190 *dmux->frames_tail_ = frame;
192 dmux->frames_tail_ = &frame->next_;
701 dmux->frames_tail_ = &dmux->frames_;
    [all...]

Completed in 247 milliseconds