Home
last modified time | relevance | path

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

/external/webp/include/webp/
Dformat_constants.h74 #define ANIM_CHUNK_SIZE 6 // Size of an ANIM chunk. macro
/external/webp/src/webp/
Dformat_constants.h74 #define ANIM_CHUNK_SIZE 6 // Size of an ANIM chunk. macro
/external/webp/src/mux/
Dmuxedit.c330 uint8_t data[ANIM_CHUNK_SIZE]; in WebPMuxSetAnimationParams()
331 const WebPData anim = { data, ANIM_CHUNK_SIZE }; in WebPMuxSetAnimationParams()
Dmuxinternal.c24 { MKFOURCC('A', 'N', 'I', 'M'), WEBP_CHUNK_ANIM, ANIM_CHUNK_SIZE },
/external/webp/src/demux/
Ddemux.c474 if (chunk_size_padded < ANIM_CHUNK_SIZE) return PARSE_ERROR; in ParseVP8XChunks()
482 Skip(mem, chunk_size_padded - ANIM_CHUNK_SIZE); in ParseVP8XChunks()