Searched refs:ANMF_CHUNK_SIZE (Results 1 – 6 of 6) sorted by relevance
73 #define ANMF_CHUNK_SIZE 16 // Size of an ANMF chunk. macro
308 const uint32_t anmf_payload_size = frame_chunk_size - ANMF_CHUNK_SIZE; in ParseAnimationFrame()314 NewFrame(mem, ANMF_CHUNK_SIZE, frame_chunk_size, &frame); in ParseAnimationFrame()
25 { MKFOURCC('A', 'N', 'M', 'F'), WEBP_CHUNK_ANMF, ANMF_CHUNK_SIZE },
112 const size_t hdr_size = ANMF_CHUNK_SIZE; in MuxImageParse()
394 const size_t expected_data_size = ANMF_CHUNK_SIZE; in GetFrameInfo()