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

  /external/chromium_org/third_party/libwebp/webp/
format_constants.h 71 #define CHUNK_HEADER_SIZE 8 // Size of a chunk header.
86 #define MAX_CHUNK_PAYLOAD (~0U - CHUNK_HEADER_SIZE - 1)
  /external/webp/include/webp/
format_constants.h 71 #define CHUNK_HEADER_SIZE 8 // Size of a chunk header.
86 #define MAX_CHUNK_PAYLOAD (~0U - CHUNK_HEADER_SIZE - 1)

Completed in 105 milliseconds