HomeSort by relevance Sort by last modified time
    Searched refs:CHUNK_SIZE_BYTES (Results 1 - 2 of 2) sorted by null

  /external/webp/include/webp/
format_constants.h 65 #define CHUNK_SIZE_BYTES 4 // Size needed to store chunk's size.
  /external/webp/src/demux/
demux.c 394 if (memcmp(GetBuffer(mem), "RIFF", CHUNK_SIZE_BYTES) ||
395 memcmp(GetBuffer(mem) + CHUNK_HEADER_SIZE, "WEBP", CHUNK_SIZE_BYTES)) {

Completed in 148 milliseconds