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

  /external/webp/src/dec/
webp.c 293 int canvas_height = 0; local
323 &canvas_width, &canvas_height, &flags);
339 image_height = canvas_height;
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) {
623 if (frame->height_ + frame->y_offset_ > canvas_height) return 0;
    [all...]

Completed in 42 milliseconds