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

  /external/chromium_org/third_party/libwebp/webp/
format_constants.h 70 #define CHUNK_SIZE_BYTES 4 // Size needed to store chunk's size.
  /external/chromium_org/third_party/libwebp/demux/
demux.c 400 if (memcmp(GetBuffer(mem), "RIFF", CHUNK_SIZE_BYTES) ||
401 memcmp(GetBuffer(mem) + CHUNK_HEADER_SIZE, "WEBP", CHUNK_SIZE_BYTES)) {
    [all...]

Completed in 214 milliseconds