Home
last modified time | relevance | path

Searched refs:anmf_payload_size (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/demux/
Ddemux.c314 const uint32_t anmf_payload_size = frame_chunk_size - ANMF_CHUNK_SIZE; in ParseAnimationFrame() local
341 status = StoreFrame(dmux->num_frames_ + 1, anmf_payload_size, mem, frame); in ParseAnimationFrame()
342 if (status != PARSE_ERROR && mem->start_ - start_offset > anmf_payload_size) { in ParseAnimationFrame()
/third_party/skia/third_party/externals/libwebp/
DChangeLog133 4b3c6953 Detect if StoreFrame read more than anmf_payload_size bytes