Searched defs:scr_height (Results 1 - 2 of 2) sorted by relevance

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

Completed in 27 milliseconds