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

  /external/webp/src/demux/
anim_decode.c 110 dec->info_.canvas_height = WebPDemuxGetI(dec->demux_, WEBP_FF_CANVAS_HEIGHT);
117 dec->info_.canvas_width * NUM_CHANNELS, dec->info_.canvas_height);
120 dec->info_.canvas_width * NUM_CHANNELS, dec->info_.canvas_height);
139 int canvas_height) {
140 return (width == canvas_width && height == canvas_height);
145 uint32_t canvas_height) {
147 (uint64_t)canvas_width * canvas_height * NUM_CHANNELS * sizeof(*buf);
179 int canvas_width, int canvas_height) {
184 canvas_width, canvas_height)) {
189 canvas_height) ||
    [all...]
demux.c 575 int canvas_width, int canvas_height) {
580 if (frame->width_ != canvas_width || frame->height_ != canvas_height) {
586 if (frame->height_ + frame->y_offset_ > canvas_height) return 0;
  /external/webp/include/webp/
demux.h 291 uint32_t canvas_height; member in struct:WebPAnimInfo
309 // 'canvas_width * 4 * canvas_height', and not just the frame sub-rectangle. The
  /external/webp/src/webp/
demux.h 291 uint32_t canvas_height; 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 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 1478 int canvas_width, canvas_height; local
    [all...]

Completed in 106 milliseconds