Lines Matching refs:height
351 pixfmt->height = itv->cxhdl.height; in ivtv_g_fmt_vid_cap()
357 pixfmt->sizeimage = pixfmt->height * 720 * 3 / 2; in ivtv_g_fmt_vid_cap()
417 pixfmt->height = itv->main_rect.height; in ivtv_g_fmt_vid_out()
436 pixfmt->height = itv->yuv_info.v4l2_src_h; in ivtv_g_fmt_vid_out()
439 1080 * ((pixfmt->height + 31) & ~31); in ivtv_g_fmt_vid_out()
466 winfmt->w.height = itv->osd_rect.height; in ivtv_g_fmt_vid_out_overlay()
480 int h = fmt->fmt.pix.height; in ivtv_try_fmt_vid_cap()
494 fmt->fmt.pix.height = h; in ivtv_try_fmt_vid_cap()
528 s32 h = fmt->fmt.pix.height; in ivtv_try_fmt_vid_out()
554 fmt->fmt.pix.height = h; in ivtv_try_fmt_vid_out()
587 int h = fmt->fmt.pix.height; in ivtv_s_fmt_vid_cap()
592 if (itv->cxhdl.width == w && itv->cxhdl.height == h) in ivtv_s_fmt_vid_cap()
599 itv->cxhdl.height = h; in ivtv_s_fmt_vid_cap()
603 mbus_fmt.height = h; in ivtv_s_fmt_vid_cap()
658 yi->v4l2_src_h = fmt->fmt.pix.height; in ivtv_s_fmt_vid_out()
864 r.height = itv->is_out_50hz ? 576 : 480; in ivtv_s_selection()
867 r.height = yi->osd_full_h; in ivtv_s_selection()
870 sel->r.height = clamp(sel->r.height, 16U, r.height); in ivtv_s_selection()
872 sel->r.top = clamp_t(unsigned, sel->r.top, 0, r.height - sel->r.height); in ivtv_s_selection()
879 sel->r.width, sel->r.height, sel->r.left, sel->r.top)) { in ivtv_s_selection()
901 sel->r.height = itv->is_50hz ? 576 : 480; in ivtv_g_selection()
921 r.height = itv->is_out_50hz ? 576 : 480; in ivtv_g_selection()
924 r.height = yi->osd_full_h; in ivtv_g_selection()
1116 itv->cxhdl.height = itv->is_50hz ? 576 : 480; in ivtv_s_std_enc()
1164 itv->main_rect.height = itv->is_out_50hz ? 576 : 480; in ivtv_s_std_dec()
1166 720, itv->main_rect.height, 0, 0); in ivtv_s_std_dec()
1415 fb->fmt.height = itv->osd_rect.height; in ivtv_g_fbuf()
1425 fb->fmt.sizeimage = fb->fmt.bytesperline * fb->fmt.height; in ivtv_g_fbuf()