Lines Matching defs:height
238 int width, int height, int interleaved,
261 sr = ((tvnorm->sheight >> (interleaved?0:1))*512)/height - 512;
284 unsigned int height,
296 && crop->height == tvnorm->cropcap.defrect.height
299 bttv_calc_geo_old(btv, geo, width, height,
307 c_height = min((unsigned int) crop->height, height * 16);
317 sr = (sr * 512U + (height >> 1)) / height - 512;
666 unsigned long size = (btv->fmt->depth * btv->width * btv->height) >> 3;
671 int bpf = bpl * (btv->height >> 1);
673 bttv_calc_geo(btv, &buf->geo, btv->width, btv->height,
679 0, btv->height);
683 0, 0, btv->height);
687 bpl, 0, btv->height >> 1);
689 bpl, bpl, 0, btv->height >> 1);
693 0, btv->height >> 1);
695 bpl, 0, 0, btv->height >> 1);
708 uoffset = btv->width * btv->height;
709 voffset = btv->width * btv->height;
723 bttv_calc_geo(btv, &buf->geo, btv->width, btv->height,
727 btv->width, 0, btv->height,
733 bttv_calc_geo(btv, &buf->geo, btv->width, btv->height,
737 btv->width, 0, btv->height,
743 bttv_calc_geo(btv, &buf->geo, btv->width, btv->height,
746 lines = btv->height >> 1;
763 bttv_calc_geo(btv, &buf->geo, btv->width, btv->height,
766 lines = btv->height >> 1;