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

  /external/webp/src/demux/
anim_decode.c 109 dec->info_.canvas_width = WebPDemuxGetI(dec->demux_, WEBP_FF_CANVAS_WIDTH);
117 dec->info_.canvas_width * NUM_CHANNELS, dec->info_.canvas_height);
120 dec->info_.canvas_width * NUM_CHANNELS, dec->info_.canvas_height);
138 static int IsFullFrame(int width, int height, int canvas_width,
140 return (width == canvas_width && height == canvas_height);
144 static int ZeroFillCanvas(uint8_t* buf, uint32_t canvas_width,
147 (uint64_t)canvas_width * canvas_height * NUM_CHANNELS * sizeof(*buf);
179 int canvas_width, int canvas_height) {
184 canvas_width, canvas_height)) {
188 (IsFullFrame(prev->width, prev->height, canvas_width,
    [all...]
demux.c 575 int canvas_width, int canvas_height) {
580 if (frame->width_ != canvas_width || frame->height_ != canvas_height) {
585 if (frame->width_ + frame->x_offset_ > canvas_width) return 0;
  /external/webp/include/webp/
demux.h 290 uint32_t canvas_width; member in struct:WebPAnimInfo
309 // 'canvas_width * 4 * canvas_height', and not just the frame sub-rectangle. The
  /external/webp/src/webp/
demux.h 290 uint32_t canvas_width; member in struct:WebPAnimInfo
309 // 'canvas_width * 4 * canvas_height', and not just the frame sub-rectangle. The
  /external/webp/src/dec/
webp_dec.c 285 int canvas_width = 0; local
315 &canvas_width, &canvas_height, &flags);
329 image_width = canvas_width;
388 if (canvas_width != image_width || canvas_height != image_height) {
  /external/webp/src/mux/
anim_encode.c 1478 int canvas_width, canvas_height; local
    [all...]

Completed in 174 milliseconds