Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/gdsys/common/
H A Dosd.c64 unsigned int base_width; variable
293 res = osd_write_videomem(screen, y * base_width + x, buf, len); in osd_print()
314 base_width = ((features & 0x3f00) >> 8) + 1; in osd_probe()
316 bufsize = base_width * base_height; in osd_probe()
324 (screen > 3) ? 1 : 0, version/100, version%100, base_width, in osd_probe()
328 screen, version/100, version%100, base_width, base_height); in osd_probe()
411 u16 buffer[base_width]; in osd_write()
434 if (wp - buffer > base_width) in osd_write()
440 y * base_width + x + k * (wp - buffer); in osd_write()
/OK3568_Linux_fs/kernel/drivers/media/usb/stk1160/
H A Dstk1160-v4l.c372 unsigned int base_width, base_height; in stk1160_try_fmt() local
377 base_width = 720; in stk1160_try_fmt()
382 base_width / 20, base_width); in stk1160_try_fmt()
391 f->fmt.pix.width = base_width; in stk1160_try_fmt()
396 if (width < base_width && width > base_width / 2) { in stk1160_try_fmt()
407 col_n = div_round_integer(width, base_width - width); in stk1160_try_fmt()
411 f->fmt.pix.width = (base_width * col_n) / (col_n + 1); in stk1160_try_fmt()
414 } else if (width <= base_width / 2) { in stk1160_try_fmt()
426 col_n = div_round_integer(base_width, width) - 1; in stk1160_try_fmt()
430 f->fmt.pix.width = base_width / (col_n + 1); in stk1160_try_fmt()
/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.c82 minWidth = hints.base_width; in DEFINE_ATOM_HELPER()
89 baseWidth = hints.base_width; in DEFINE_ATOM_HELPER()
H A Dwinmultiwindowwndproc.c75 minWidth = hints.base_width; in ConstrainSize()
82 baseWidth = hints.base_width; in ConstrainSize()