Lines Matching +defs:data +defs:frame
110 const uint8_t* data, size_t size) { in RemapMemBuffer()
119 const uint8_t* data, size_t size) { in InitMemBuffer()
154 const uint8_t* const data = mem->buf_ + mem->start_; in ReadLE16s() local
161 const uint8_t* const data = mem->buf_ + mem->start_; in ReadLE24s() local
168 const uint8_t* const data = mem->buf_ + mem->start_; in ReadLE32() local
185 static int AddFrame(WebPDemuxer* const dmux, Frame* const frame) { in AddFrame()
198 Frame* const frame) { in SetFrameInfo()
210 MemBuffer* const mem, Frame* const frame) { in StoreFrame()
294 Frame** frame) { in NewFrame()
312 Frame* frame; in ParseAnimationFrame() local
393 Frame* frame; in ParseSingleImage() local
562 const Frame* const frame = dmux->frames_; in IsValidSimpleFormat() local
574 static int CheckFrameBounds(const Frame* const frame, int exact, in CheckFrameBounds()
673 Frame* const frame = (Frame*)WebPSafeCalloc(1ULL, sizeof(*frame)); in CreateRawImageDemuxer() local
695 WebPDemuxer* WebPDemuxInternal(const WebPData* data, int allow_partial, in WebPDemuxInternal()
800 const Frame* const frame, in GetFramePayload()
825 const Frame* const frame, in SynthesizeFrame()
850 const Frame* frame; in SetFrame() local
862 int WebPDemuxGetFrame(const WebPDemuxer* dmux, int frame, WebPIterator* iter) { in WebPDemuxGetFrame()