ited wrote:
> hi,
> 
> i was assigned to port android to a new mobile phone platform. i'm new
> to android and the documentation available in the net did not answer
> my questions so here are a few (maybe noob) questions:
> 
> - how can i integrate the graphics and the hardware video decoder

Regarding Hardware Decoder LDD, OpenCore is the multimedia framework in 
Android, having pre-existing software codecs. You need to identify the 
decoder node and peel-off the s/w codec calls (OPENMAX compliant)and you 
need to hook-up your driver calls.

Refer : ~/mydroid/external/opencore

> linux driver that we have developed already into android? where shall
> i start?

> - how is the power management implemented in android? is there any
> documentation available on this issue?

 From kernel point of view, LPM is a top framework where-in all 
peripheral driver should implement PM specific calls and report to PM 
framework. Refer [1] to get overall picture

> 
> would be great if i could get some pointers.
> 
> cheers,
> ited
> 
> > 
> 

[1] http://www.linuxjournal.com/article/6699

Regards,
Shankar


--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to