Home
last modified time | relevance | path

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

/external/webp/src/webp/
Dformat_constants.h73 #define ANMF_CHUNK_SIZE 16 // Size of an ANMF chunk. macro
/external/webp/include/webp/
Dformat_constants.h73 #define ANMF_CHUNK_SIZE 16 // Size of an ANMF chunk. macro
/external/webp/src/demux/
Ddemux.c308 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()
/external/webp/src/mux/
Dmuxinternal.c25 { MKFOURCC('A', 'N', 'M', 'F'), WEBP_CHUNK_ANMF, ANMF_CHUNK_SIZE },
Dmuxread.c112 const size_t hdr_size = ANMF_CHUNK_SIZE; in MuxImageParse()
Dmuxedit.c394 const size_t expected_data_size = ANMF_CHUNK_SIZE; in GetFrameInfo()