OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:frames_tail_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/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_;
696
dmux->
frames_tail_
= &dmux->frames_;
[
all
...]
/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 498 milliseconds