Home
last modified time | relevance | path

Searched refs:scr_height (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/hwc/
Dhwc.c537 __u32 scr_width, __u32 scr_height, in get_max_dimensions() argument
545 if (!scr_width || !scr_height) { in get_max_dimensions()
547 scr_height = scr_yres; in get_max_dimensions()
551 float x_factor = orig_xres * xpy * scr_height; in get_max_dimensions()
/hardware/ti/omap4-aah/hwc/
Dhwc.c726 __u32 scr_width, __u32 scr_height, in get_max_dimensions() argument
734 if (!scr_width || !scr_height) { in get_max_dimensions()
736 scr_height = scr_yres; in get_max_dimensions()
740 float x_factor = orig_xres * xpy * scr_height; in get_max_dimensions()