Searched defs:CHUNK_HEADER_SIZE (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/webp/
H A Dformat_constants.h71 #define CHUNK_HEADER_SIZE 8 // Size of a chunk header. macro
86 #define MAX_CHUNK_PAYLOAD (~0U - CHUNK_HEADER_SIZE - 1)
/external/webp/include/webp/
H A Dformat_constants.h71 #define CHUNK_HEADER_SIZE 8 // Size of a chunk header. macro
86 #define MAX_CHUNK_PAYLOAD (~0U - CHUNK_HEADER_SIZE - 1)

Completed in 26 milliseconds