Searched refs:base_height (Results 1 – 4 of 4) sorted by relevance
376 unsigned int base_width, base_height; in stk1160_try_fmt() local382 base_height = (dev->norm & V4L2_STD_525_60) ? 480 : 576; in stk1160_try_fmt()388 base_height / 20, base_height); in stk1160_try_fmt()396 f->fmt.pix.height = base_height; in stk1160_try_fmt()438 if (height < base_height && height > base_height / 2) { in stk1160_try_fmt()439 row_n = div_round_integer(height, base_height - height); in stk1160_try_fmt()443 f->fmt.pix.height = (base_height * row_n) / (row_n + 1); in stk1160_try_fmt()446 } else if (height <= base_height / 2) { in stk1160_try_fmt()447 row_n = div_round_integer(base_height, height) - 1; in stk1160_try_fmt()451 f->fmt.pix.height = base_height / (row_n + 1); in stk1160_try_fmt()
64 unsigned int base_height; variable314 base_height = (features & 0x001f) + 1; in osd_probe()315 bufsize = base_width * base_height; in osd_probe()324 base_height); in osd_probe()327 screen, version/100, version%100, base_width, base_height); in osd_probe()
77 uint base_height; member124 info->height = priv->base_height; in ihs_video_out_get_info()146 uint max_size = priv->base_width * priv->base_height; in ihs_video_out_set_mem()289 priv->base_height = ((features & BASE_HEIGTH_MASK) in ihs_video_out_probe()
311 geo.base_height = geo.height_inc; in gd_update_geometry_hints()318 geo.base_height += padding.top + padding.bottom; in gd_update_geometry_hints()