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

  /external/chromium_org/third_party/libwebp/webp/
format_constants.h 78 #define MAX_CANVAS_SIZE (1 << 24) // 24-bit max for VP8X width/height.
  /external/webp/include/webp/
format_constants.h 78 #define MAX_CANVAS_SIZE (1 << 24) // 24-bit max for VP8X width/height.
  /external/chromium_org/third_party/libwebp/enc/
syntax.c 64 assert(pic->width <= MAX_CANVAS_SIZE && pic->height <= MAX_CANVAS_SIZE);
  /external/webp/src/enc/
syntax.c 64 assert(pic->width <= MAX_CANVAS_SIZE && pic->height <= MAX_CANVAS_SIZE);

Completed in 30 milliseconds