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

  /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...]
  /external/webp/src/mux/
muxedit.c 25 mux->canvas_width_ = 0; // just to be explicit
369 mux->canvas_width_ = width;
519 if (mux->canvas_width_ != 0 || mux->canvas_height_ != 0) {
520 if (width > mux->canvas_width_ || height > mux->canvas_height_) {
523 width = mux->canvas_width_;
562 ((mux->canvas_width_ == 0 && mux->canvas_height_ == 0) ||
563 (frame->width_ == mux->canvas_width_ &&
muxi.h 69 int canvas_width_; member in struct:WebPMux
muxread.c 263 mux->canvas_width_ = GetLE24(data + 12) + 1;
324 w = mux->canvas_width_;
anim_encode.c 49 const int canvas_width_; // Canvas width. member in struct:WebPAnimEncoder
257 *(int*)&enc->canvas_width_ = width;
    [all...]

Completed in 134 milliseconds