Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/hwc/
Dhwc.c753 int orig_h = HEIGHT(region); in set_ext_matrix() local
760 m_translate(ext->m, -(orig_w >> 1) - region.left, -(orig_h >> 1) - region.top); in set_ext_matrix()
766 swap(orig_w, orig_h); in set_ext_matrix()
772 get_max_dimensions(orig_w, orig_h, xpy, in set_ext_matrix()
776 m_scale(ext->m, orig_w, adj_xres, orig_h, adj_yres); in set_ext_matrix()
2297 int orig_h = hwc_dev->fb_dev->base.height; in set_primary_display_transform_matrix() local
2298 hwc_rect_t region = {.left = 0, .top = 0, .right = orig_w, .bottom = orig_h}; in set_primary_display_transform_matrix()
2300 hwc_dev->primary_rotation = ((lcd_w > lcd_h) ^ (orig_w > orig_h)) ? 1 : 0; in set_primary_display_transform_matrix()
2301 hwc_dev->primary_transform = ((lcd_w != orig_w)||(lcd_h != orig_h)) ? 1 : 0; in set_primary_display_transform_matrix()
2303 …ALOGI("transforming FB (%dx%d) => (%dx%d) rot%d", orig_w, orig_h, lcd_w, lcd_h, hwc_dev->primary_r… in set_primary_display_transform_matrix()
[all …]
/hardware/ti/omap4xxx/hwc/
Dhwc.c564 int orig_h = HEIGHT(region); in set_ext_matrix() local
571 m_translate(ext->m, -(orig_w >> 1) - region.left, -(orig_h >> 1) - region.top); in set_ext_matrix()
577 swap(orig_w, orig_h); in set_ext_matrix()
583 get_max_dimensions(orig_w, orig_h, xpy, in set_ext_matrix()
587 m_scale(ext->m, orig_w, adj_xres, orig_h, adj_yres); in set_ext_matrix()