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

  /external/webp/include/webp/
demux.h 296 uint32_t canvas_height; member in struct:WebPAnimInfo
314 // 'canvas_width * 4 * canvas_height', and not just the frame sub-rectangle. The
  /external/webp/src/webp/
demux.h 296 uint32_t canvas_height; member in struct:WebPAnimInfo
314 // 'canvas_width * 4 * canvas_height', and not just the frame sub-rectangle. The
  /external/webp/src/dec/
webp_dec.c 286 int canvas_height = 0; local
315 &canvas_width, &canvas_height, &flags);
330 image_height = canvas_height;
388 if (canvas_width != image_width || canvas_height != image_height) {
  /external/webp/src/mux/
anim_encode.c 1479 int canvas_width, canvas_height; local
    [all...]

Completed in 193 milliseconds