Lines Matching defs:height
39 unsigned char height;
73 p->height > 256) {
74 av_log(s, AV_LOG_ERROR, "Unsupported dimensions %dx%d (dimensions cannot exceed 256x256)\n", p->width, p->height);
131 image->height = (par->height == 256) ? 0 : par->height;
145 image->size = pkt->size - 14 + par->height * (par->width + 7) / 8;
148 avio_wl32(pb, AV_RL32(pkt->data + 22) * 2); // rewrite height as 2 * height
152 ffio_fill(pb, 0x00, par->height * (par->width + 7) / 8);
170 avio_w8(pb, ico->images[i].height);