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

  /external/webp/src/mux/
muxi.h 70 int canvas_height_; member in struct:WebPMux
anim_encode.c 50 const int canvas_height_; // Canvas height. member in struct:WebPAnimEncoder
258 *(int*)&enc->canvas_height_ = height;
    [all...]
  /external/webp/src/demux/
demux.c 66 int canvas_width_, canvas_height_; member in struct:WebPDemuxer
423 dmux->canvas_height_ = frame->height_;
547 dmux->canvas_height_ = 1 + ReadLE24s(mem);
548 if (dmux->canvas_width_ * (uint64_t)dmux->canvas_height_ >= MAX_IMAGE_AREA) {
567 if (dmux->canvas_width_ <= 0 || dmux->canvas_height_ <= 0) return 0;
599 if (dmux->canvas_width_ <= 0 || dmux->canvas_height_ <= 0) return 0;
638 dmux->canvas_width_, dmux->canvas_height_)) {
656 dmux->canvas_height_ = -1;
683 dmux->canvas_height_ = frame->height_;
782 case WEBP_FF_CANVAS_HEIGHT: return (uint32_t)dmux->canvas_height_;
    [all...]

Completed in 95 milliseconds