Go to file
Saurabh Shah 446b936947 overlay: Refactor State Transitions.
Refactor transitions by templatizing to have default behavior for most cases
and full specializations for specific cases.
Partial specialization of functions is not allowed, so create templatized
intermediate functions for those use cases.
For ex: if we have 8 states, we don't need 8x8 transition handlers.

Add and define OV_DUAL_DISPLAY state.
Add a GenericPipe for subtitles to OV_2D_VIDEO_ON_PANEL_TV state.
Add a 2D_VIDEO_ON_TV state and its transitions.

Change-Id: I53b017b9a41db5894c263ccb446b7ec8875ef3aa
2012-07-27 08:24:19 -07:00
libcopybit display : Add support for copybit composition 2012-07-20 19:56:54 +05:30
libgenlock display: Clean up makefiles 2012-07-13 06:18:40 -07:00
libgralloc overlay: Secure playback add missing flag. 2012-07-19 18:39:47 -07:00
libhwcomposer overlay: Refactor State Transitions. 2012-07-27 08:24:19 -07:00
liblight display: Add lights HAL 2012-07-10 01:42:45 -07:00
liboverlay overlay: Refactor State Transitions. 2012-07-27 08:24:19 -07:00
libqdutils display: Get panel type from framebuffer 2012-07-27 08:23:40 -07:00
libtilerenderer display: Clean up makefiles 2012-07-13 06:18:40 -07:00
Android.mk display: Add lights HAL 2012-07-10 01:42:45 -07:00
common.mk display : Add support for copybit composition 2012-07-20 19:56:54 +05:30