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

  /external/ImageMagick/coders/
webp.c 176 #define MAX_CHUNK_PAYLOAD (~0U-CHUNK_HEADER_SIZE-1)
197 if (chunk_size > MAX_CHUNK_PAYLOAD)
  /external/webp/include/webp/
format_constants.h 85 #define MAX_CHUNK_PAYLOAD (~0U - CHUNK_HEADER_SIZE - 1)
  /external/webp/src/webp/
format_constants.h 85 #define MAX_CHUNK_PAYLOAD (~0U - CHUNK_HEADER_SIZE - 1)

Completed in 251 milliseconds