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

  /external/webp/src/dec/
webp.c 292 int canvas_width = 0; local
323 &canvas_width, &canvas_height, &flags);
338 image_width = canvas_width;
398 if (canvas_width != image_width || canvas_height != image_height) {
  /external/webp/src/demux/
demux.c 612 int canvas_width, int canvas_height) {
617 if (frame->width_ != canvas_width || frame->height_ != canvas_height) {
622 if (frame->width_ + frame->x_offset_ > canvas_width) return 0;
    [all...]

Completed in 56 milliseconds