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()
211 MemBuffer* const mem, Frame* const frame) { in StoreFrame()
300 Frame** frame) { in NewFrame()
318 Frame* frame; in ParseAnimationFrame() local
404 Frame* frame; in ParseSingleImage() local
575 const Frame* const frame = dmux->frames_; in IsValidSimpleFormat() local
587 static int CheckFrameBounds(const Frame* const frame, int exact, in CheckFrameBounds()
683 Frame* const frame = (Frame*)WebPSafeCalloc(1ULL, sizeof(*frame)); in CreateRawImageDemuxer() local
705 WebPDemuxer* WebPDemuxInternal(const WebPData* data, int allow_partial, in WebPDemuxInternal()
810 const Frame* const frame, in GetFramePayload()
835 const Frame* const frame, in SynthesizeFrame()
860 const Frame* frame; in SetFrame() local
872 int WebPDemuxGetFrame(const WebPDemuxer* dmux, int frame, WebPIterator* iter) { in WebPDemuxGetFrame()