Home
last modified time | relevance | path

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

/external/webp/src/webp/
Dformat_constants.h70 #define CHUNK_SIZE_BYTES 4 // Size needed to store chunk's size. macro
/external/webp/include/webp/
Dformat_constants.h70 #define CHUNK_SIZE_BYTES 4 // Size needed to store chunk's size. macro
/external/ImageMagick/coders/
Dwebp.c170 #define CHUNK_SIZE_BYTES 4 in IsWEBPImageLossless() macro
185 offset=RIFF_HEADER_SIZE+TAG_SIZE+CHUNK_SIZE_BYTES+VP8X_CHUNK_SIZE; in IsWEBPImageLossless()
/external/webp/src/demux/
Ddemux.c371 if (memcmp(GetBuffer(mem), "RIFF", CHUNK_SIZE_BYTES) || in ReadHeader()
372 memcmp(GetBuffer(mem) + CHUNK_HEADER_SIZE, "WEBP", CHUNK_SIZE_BYTES)) { in ReadHeader()
/external/webp/src/mux/
Dmuxinternal.c419 PutLE32(data + TAG_SIZE + CHUNK_SIZE_BYTES, MKFOURCC('W', 'E', 'B', 'P')); in MuxEmitRiffHeader()