Home
last modified time | relevance | path

Searched refs:MAX_IMAGE_AREA (Results 1 – 7 of 7) sorted by relevance

/external/webp/include/webp/
Dformat_constants.h78 #define MAX_IMAGE_AREA (1ULL << 32) // 32-bit max for width x height. macro
/external/webp/src/webp/
Dformat_constants.h78 #define MAX_IMAGE_AREA (1ULL << 32) // 32-bit max for width x height. macro
/external/webp/src/mux/
Dmuxread.c352 if (w * (uint64_t)h >= MAX_IMAGE_AREA) return WEBP_MUX_BAD_DATA; in MuxGetCanvasInfo()
377 assert(width * (uint64_t)height < MAX_IMAGE_AREA); in EmitVP8XChunk()
Dmuxedit.c358 if (width * (uint64_t)height >= MAX_IMAGE_AREA) { in WebPMuxSetCanvasSize()
Danim_encode.c245 (width * (uint64_t)height) >= MAX_IMAGE_AREA) { in WebPAnimEncoderNewInternal()
/external/webp/src/demux/
Ddemux.c329 if (frame->width_ * (uint64_t)frame->height_ >= MAX_IMAGE_AREA) { in ParseAnimationFrame()
553 if (dmux->canvas_width_ * (uint64_t)dmux->canvas_height_ >= MAX_IMAGE_AREA) { in ParseVP8X()
/external/webp/src/dec/
Dwebp_dec.c124 if (width * (uint64_t)height >= MAX_IMAGE_AREA) { in ParseVP8X()