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

/hardware/ti/omap4xxx/hwc/
H A Dhwc.c96 hwc_rect_t mirror_region; /* region of screen to mirror */ member in struct:omap4_hwc_ext
671 crop_to_rect(&ovl->cfg, ext->mirror_region) != 0) {
1177 __u32 xres = WIDTH(ext->mirror_region);
1178 __u32 yres = HEIGHT(ext->mirror_region);
1183 set_ext_matrix(ext, ext->mirror_region);
2100 &hwc_dev->ext.mirror_region.left, &hwc_dev->ext.mirror_region.top,
2101 &hwc_dev->ext.mirror_region.right, &hwc_dev->ext.mirror_region.bottom) != 4 ||
2102 hwc_dev->ext.mirror_region
[all...]
/hardware/ti/omap4-aah/hwc/
H A Dhwc.c104 hwc_rect_t mirror_region; /* region of screen to mirror */ member in struct:omap4_hwc_ext
875 crop_to_rect(&ovl->cfg, ext->mirror_region) != 0) {
1453 __u32 xres = WIDTH(ext->mirror_region);
1454 __u32 yres = HEIGHT(ext->mirror_region);
1459 set_ext_matrix(ext, ext->mirror_region);
2858 &hwc_dev->ext.mirror_region.left, &hwc_dev->ext.mirror_region.top,
2859 &hwc_dev->ext.mirror_region.right, &hwc_dev->ext.mirror_region.bottom) != 4 ||
2860 hwc_dev->ext.mirror_region
[all...]

Completed in 22 milliseconds