Home
last modified time | relevance | path

Searched refs:base_height (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/usb/stk1160/
H A Dstk1160-v4l.c372 unsigned int base_width, base_height; in stk1160_try_fmt() local
378 base_height = (dev->norm & V4L2_STD_525_60) ? 480 : 576; in stk1160_try_fmt()
384 base_height / 20, base_height); in stk1160_try_fmt()
392 f->fmt.pix.height = base_height; in stk1160_try_fmt()
434 if (height < base_height && height > base_height / 2) { in stk1160_try_fmt()
435 row_n = div_round_integer(height, base_height - height); in stk1160_try_fmt()
439 f->fmt.pix.height = (base_height * row_n) / (row_n + 1); in stk1160_try_fmt()
442 } else if (height <= base_height / 2) { in stk1160_try_fmt()
443 row_n = div_round_integer(base_height, height) - 1; in stk1160_try_fmt()
447 f->fmt.pix.height = base_height / (row_n + 1); in stk1160_try_fmt()
/OK3568_Linux_fs/u-boot/board/gdsys/common/
H A Dosd.c65 unsigned int base_height; variable
315 base_height = (features & 0x001f) + 1; in osd_probe()
316 bufsize = base_width * base_height; in osd_probe()
325 base_height); in osd_probe()
328 screen, version/100, version%100, base_width, base_height); in osd_probe()
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dwinmultiwindowclass.h93 int base_width, base_height; /* added by ICCCM version 1 */ member
H A Dwinwin32rootlesswndproc.c83 minHeight = hints.base_height; in DEFINE_ATOM_HELPER()
90 baseHeight = hints.base_height; in DEFINE_ATOM_HELPER()
H A Dwinmultiwindowwndproc.c76 minHeight = hints.base_height; in ConstrainSize()
83 baseHeight = hints.base_height; in ConstrainSize()