Searched defs:scr_width (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) {
546 scr_width = scr_xres;
552 float y_factor = orig_yres * scr_width;
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) {
735 scr_width = scr_xres;
741 float y_factor = orig_yres * scr_width;
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 49 milliseconds