Searched refs:CHUNK_SIZE_BYTES (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libwebp/webp/
H A Dformat_constants.h70 #define CHUNK_SIZE_BYTES 4 // Size needed to store chunk's size. macro
/external/webp/include/webp/
H A Dformat_constants.h70 #define CHUNK_SIZE_BYTES 4 // Size needed to store chunk's size. macro
/external/chromium_org/third_party/libwebp/demux/
H A Ddemux.c400 if (memcmp(GetBuffer(mem), "RIFF", CHUNK_SIZE_BYTES) ||
401 memcmp(GetBuffer(mem) + CHUNK_HEADER_SIZE, "WEBP", CHUNK_SIZE_BYTES)) {
/external/webp/src/demux/
H A Ddemux.c400 if (memcmp(GetBuffer(mem), "RIFF", CHUNK_SIZE_BYTES) ||
401 memcmp(GetBuffer(mem) + CHUNK_HEADER_SIZE, "WEBP", CHUNK_SIZE_BYTES)) {

Completed in 135 milliseconds