Searched refs:outh (Results 1 – 4 of 4) sorted by relevance
/drivers/video/omap2/dss/ |
D | overlay.c | 158 u16 outw, outh; in dss_ovl_check() local 166 outh = info->height; in dss_ovl_check() 174 outh = info->height; in dss_ovl_check() 176 outh = info->out_height; in dss_ovl_check() 186 if (dh < info->pos_y + outh) { in dss_ovl_check() 189 ovl->id, info->pos_y, outh, dh); in dss_ovl_check()
|
/drivers/media/platform/omap/ |
D | omap_vout.c | 370 int outh, u32 addr) in omapvid_setup_overlay() argument 377 (outw != vout->pix.width || outh != vout->pix.height)) { in omapvid_setup_overlay() 412 info.out_height = outh; in omapvid_setup_overlay() 452 int posx, posy, outw, outh, temp; in omapvid_init() local 469 outh = win->w.height; in omapvid_init() 476 outw = outh; in omapvid_init() 477 outh = temp; in omapvid_init() 489 outw = outh; in omapvid_init() 490 outh = temp; in omapvid_init() 502 outw, outh, addr); in omapvid_init()
|
/drivers/video/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);
|