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

  /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...]
  /external/webp/src/mux/
muxedit.c 26 mux->canvas_height_ = 0;
370 mux->canvas_height_ = height;
519 if (mux->canvas_width_ != 0 || mux->canvas_height_ != 0) {
520 if (width > mux->canvas_width_ || height > mux->canvas_height_) {
524 height = mux->canvas_height_;
562 ((mux->canvas_width_ == 0 && mux->canvas_height_ == 0) ||
564 frame->height_ == mux->canvas_height_))) {
muxi.h 70 int canvas_height_; member in struct:WebPMux
muxread.c 264 mux->canvas_height_ = GetLE24(data + 15) + 1;
328 h = mux->canvas_height_;
anim_encode.c 50 const int canvas_height_; // Canvas height. member in struct:WebPAnimEncoder
258 *(int*)&enc->canvas_height_ = height;
    [all...]
muxinternal.c 516 images->height_ != mux->canvas_height_) {

Completed in 386 milliseconds