Searched refs:outh (Results 1 – 4 of 4) sorted by relevance
/drivers/video/fbdev/omap2/dss/ |
D | overlay.c | 153 u16 outw, outh; in dss_ovl_check() local 161 outh = info->height; in dss_ovl_check() 169 outh = info->height; in dss_ovl_check() 171 outh = info->out_height; in dss_ovl_check() 181 if (dh < info->pos_y + outh) { in dss_ovl_check() 184 ovl->id, info->pos_y, outh, dh); in dss_ovl_check()
|
/drivers/media/platform/omap/ |
D | omap_vout.c | 368 int outh, u32 addr) in omapvid_setup_overlay() argument 375 (outw != vout->pix.width || outh != vout->pix.height)) { in omapvid_setup_overlay() 408 info.out_height = outh; in omapvid_setup_overlay() 448 int posx, posy, outw, outh, temp; in omapvid_init() local 465 outh = win->w.height; in omapvid_init() 472 outw = outh; in omapvid_init() 473 outh = temp; in omapvid_init() 485 outw = outh; in omapvid_init() 486 outh = temp; in omapvid_init() 498 outw, outh, addr); in omapvid_init()
|
/drivers/video/fbdev/omap2/omapfb/ |
D | omapfb-main.c | 843 u16 posx, u16 posy, u16 outw, u16 outh) in omapfb_setup_overlay() argument 869 posx, posy, outw, outh); in omapfb_setup_overlay() 920 info.out_height = outh; in omapfb_setup_overlay() 943 u16 outw, outh; in omapfb_apply_changes() local 971 outh = var->xres; in omapfb_apply_changes() 974 outh = var->yres; in omapfb_apply_changes() 980 outh = info.out_height; in omapfb_apply_changes() 993 r = omapfb_setup_overlay(fbi, ovl, posx, posy, outw, outh); in omapfb_apply_changes()
|
D | omapfb.h | 136 u16 posx, u16 posy, u16 outw, u16 outh);
|