Searched refs:last_xpy (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap4xxx/hwc/
H A Dhwc.c90 float last_xpy; member in struct:omap4_hwc_ext
945 ext->last_xpy = xpy;
1154 xpy < ext->last_xpy * (1.f - ASPECT_RATIO_TOLERANCE) ||
1155 xpy * (1.f - ASPECT_RATIO_TOLERANCE) > ext->last_xpy) {
/hardware/ti/omap4-aah/hwc/
H A Dhwc.c98 float last_xpy; member in struct:omap4_hwc_ext
1206 ext->last_xpy = xpy;
1430 xpy < ext->last_xpy * (1.f - ASPECT_RATIO_TOLERANCE) ||
1431 xpy * (1.f - ASPECT_RATIO_TOLERANCE) > ext->last_xpy) {

Completed in 51 milliseconds