Home
last modified time | relevance | path

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

/external/webp/src/demux/
Ddemux.c308 WebPDemuxer* const dmux, uint32_t frame_chunk_size) { in ParseAnimationFrame() argument
310 const uint32_t anmf_payload_size = frame_chunk_size - ANMF_CHUNK_SIZE; in ParseAnimationFrame()
316 NewFrame(mem, ANMF_CHUNK_SIZE, frame_chunk_size, &frame); in ParseAnimationFrame()