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

  /external/webp/src/mux/
muxi.h 69 int canvas_width_; member in struct:WebPMux
anim_encode.c 49 const int canvas_width_; // Canvas width. member in struct:WebPAnimEncoder
257 *(int*)&enc->canvas_width_ = width;
    [all...]
  /external/webp/src/demux/
demux.c 66 int canvas_width_, canvas_height_; member in struct:WebPDemuxer
420 dmux->canvas_width_ = frame->width_;
544 dmux->canvas_width_ = 1 + ReadLE24s(mem);
546 if (dmux->canvas_width_ * (uint64_t)dmux->canvas_height_ >= MAX_IMAGE_AREA) {
565 if (dmux->canvas_width_ <= 0 || dmux->canvas_height_ <= 0) return 0;
597 if (dmux->canvas_width_ <= 0 || dmux->canvas_height_ <= 0) return 0;
636 dmux->canvas_width_, dmux->canvas_height_)) {
653 dmux->canvas_width_ = -1;
680 dmux->canvas_width_ = frame->width_;
779 case WEBP_FF_CANVAS_WIDTH: return (uint32_t)dmux->canvas_width_;
    [all...]

Completed in 649 milliseconds