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/examples/
Dwebpinfo.c659 Skip(mem, ANMF_CHUNK_SIZE); in ParseChunk()
751 if (chunk_data->size_ <= CHUNK_HEADER_SIZE + ANMF_CHUNK_SIZE) { in ProcessANMFChunk()
788 chunk_data->size_ - CHUNK_HEADER_SIZE - ANMF_CHUNK_SIZE; in ProcessANMFChunk()
/external/webp/src/demux/
Ddemux.c314 const uint32_t anmf_payload_size = frame_chunk_size - ANMF_CHUNK_SIZE; in ParseAnimationFrame()
321 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.c114 const size_t hdr_size = ANMF_CHUNK_SIZE; in MuxImageParse()
Dmuxedit.c393 const size_t expected_data_size = ANMF_CHUNK_SIZE; in GetFrameInfo()