Lines Matching refs:Frame
43 typedef struct Frame { struct
53 struct Frame* next_; argument
54 } Frame; typedef
70 Frame* frames_;
71 Frame** frames_tail_;
185 static int AddFrame(WebPDemuxer* const dmux, Frame* const frame) { in AddFrame()
186 const Frame* const last_frame = *dmux->frames_tail_; in AddFrame()
198 Frame* const frame) { in SetFrameInfo()
211 MemBuffer* const mem, Frame* const frame) { in StoreFrame()
296 Frame** frame) { in NewFrame()
301 *frame = (Frame*)WebPSafeCalloc(1ULL, sizeof(**frame)); in NewFrame()
314 Frame* frame; in ParseAnimationFrame()
395 Frame* frame; in ParseSingleImage()
403 frame = (Frame*)WebPSafeCalloc(1ULL, sizeof(*frame)); in ParseSingleImage()
564 const Frame* const frame = dmux->frames_; in IsValidSimpleFormat()
576 static int CheckFrameBounds(const Frame* const frame, int exact, in CheckFrameBounds()
595 const Frame* f = dmux->frames_; in IsValidExtendedFormat()
675 Frame* const frame = (Frame*)WebPSafeCalloc(1ULL, sizeof(*frame)); in CreateRawImageDemuxer()
758 Frame* f; in WebPDemuxDelete()
762 Frame* const cur_frame = f; in WebPDemuxDelete()
793 static const Frame* GetFrame(const WebPDemuxer* const dmux, int frame_num) { in GetFrame()
794 const Frame* f; in GetFrame()
802 const Frame* const frame, in GetFramePayload()
827 const Frame* const frame, in SynthesizeFrame()
852 const Frame* frame; in SetFrame()