HomeSort by relevance Sort by last modified time
    Searched refs:CHUNK_SIZE_BYTES (Results 1 - 4 of 4) 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/webp/include/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 404 if (memcmp(GetBuffer(mem), "RIFF", CHUNK_SIZE_BYTES) ||
405 memcmp(GetBuffer(mem) + CHUNK_HEADER_SIZE, "WEBP", CHUNK_SIZE_BYTES)) {
    [all...]
  /external/webp/src/demux/
demux.c 404 if (memcmp(GetBuffer(mem), "RIFF", CHUNK_SIZE_BYTES) ||
405 memcmp(GetBuffer(mem) + CHUNK_HEADER_SIZE, "WEBP", CHUNK_SIZE_BYTES)) {

Completed in 62 milliseconds