Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Dwebpinfo.c105 int canvas_height_; member
685 webp_info->canvas_height_ = 1 + ReadLE24(&data); in ProcessVP8XChunk()
694 webp_info->canvas_width_, webp_info->canvas_height_); in ProcessVP8XChunk()
699 if (webp_info->canvas_height_ > MAX_CANVAS_SIZE) { in ProcessVP8XChunk()
702 if ((uint64_t)webp_info->canvas_width_ * webp_info->canvas_height_ > in ProcessVP8XChunk()
776 (uint64_t)offset_y + height > (uint64_t)webp_info->canvas_height_) { in ProcessANMFChunk()
840 webp_info->canvas_height_ != features.height) { in ProcessImageChunk()
846 webp_info->canvas_height_ = features.height; in ProcessImageChunk()
847 if (webp_info->canvas_width_ < 1 || webp_info->canvas_height_ < 1 || in ProcessImageChunk()
849 webp_info->canvas_height_ > MAX_CANVAS_SIZE || in ProcessImageChunk()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/demux/
A Ddemux.c66 int canvas_width_, canvas_height_; member
423 dmux->canvas_height_ = frame->height_; in ParseSingleImage()
547 dmux->canvas_height_ = 1 + ReadLE24s(mem); in ParseVP8X()
548 if (dmux->canvas_width_ * (uint64_t)dmux->canvas_height_ >= MAX_IMAGE_AREA) { in ParseVP8X()
567 if (dmux->canvas_width_ <= 0 || dmux->canvas_height_ <= 0) return 0; in IsValidSimpleFormat()
599 if (dmux->canvas_width_ <= 0 || dmux->canvas_height_ <= 0) return 0; in IsValidExtendedFormat()
638 dmux->canvas_width_, dmux->canvas_height_)) { in IsValidExtendedFormat()
656 dmux->canvas_height_ = -1; in InitDemux()
683 dmux->canvas_height_ = frame->height_; in CreateRawImageDemuxer()
782 case WEBP_FF_CANVAS_HEIGHT: return (uint32_t)dmux->canvas_height_; in WebPDemuxGetI()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/mux/
A Dmuxedit.c26 mux->canvas_height_ = 0; in MuxInit()
370 mux->canvas_height_ = height; in WebPMuxSetCanvasSize()
519 if (mux->canvas_width_ != 0 || mux->canvas_height_ != 0) { in CreateVP8XChunk()
520 if (width > mux->canvas_width_ || height > mux->canvas_height_) { in CreateVP8XChunk()
524 height = mux->canvas_height_; in CreateVP8XChunk()
562 ((mux->canvas_width_ == 0 && mux->canvas_height_ == 0) || in MuxCleanup()
564 frame->height_ == mux->canvas_height_))) { in MuxCleanup()
A Dmuxi.h71 int canvas_height_; member
A Dmuxread.c279 mux->canvas_height_ = GetLE24(data + 15) + 1; in WebPMuxCreateInternal()
343 h = mux->canvas_height_; in MuxGetCanvasInfo()
A Danim_encode.c50 const int canvas_height_; // Canvas height. member
258 *(int*)&enc->canvas_height_ = height; in WebPAnimEncoderNewInternal()
1372 frame->height != enc->canvas_height_) { in WebPAnimEncoderAdd()
1555 err = WebPMuxSetCanvasSize(mux, enc->canvas_width_, enc->canvas_height_); in WebPAnimEncoderAssemble()
A Dmuxinternal.c513 images->height_ != mux->canvas_height_) { in MuxValidate()

Completed in 20 milliseconds