Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/hwc/
Dhwc.c1062 int tform = ext->current.enabled && (ext->current.rotation || ext->current.hflip); in can_dss_render_all() local
1074 (!tform || num->NV12 == num->possible_overlay_layers) && in can_dss_render_all()
1086 int tform = ext->current.enabled && (ext->current.rotation || ext->current.hflip); in can_dss_render_layer() local
1090 (!tform || is_NV12(handle)) && in can_dss_render_layer()
/hardware/ti/omap4-aah/hwc/
Dhwc.c1321 int tform = ext->current.enabled && (ext->current.rotation || ext->current.hflip); in can_dss_render_all() local
1333 (!tform || (num->NV12 == num->possible_overlay_layers) || in can_dss_render_all()
1349 int tform = cloning && (ext->current.rotation || ext->current.hflip); in can_dss_render_layer() local
1353 (!tform || is_NV12(handle)) && in can_dss_render_layer()