[android-porting] Re: implement media player

2009-04-14 Thread Manish Sharma
Hi Nimit, If you have OMX library for your hardware codec then you can check the master core implementation in opencore. Otherwise you need to check the PV sofware decoder and accelerated those using your hardware codec, it will use PV omx core. check "android\external\opencore\codecs_v2\omx" fol

[android-porting] Re: implement media player

2009-04-13 Thread Nimit Manglick
Hi Susanner / Manish I want to integrate the hardware codec on my platform, can you please ellaborate all the steps involved and the files to be touched ? It will be of gr8 help. Thanks & Regards Nimit On Fri, Feb 27, 2009 at 12:12 PM, susanner wrote: > > thanks so much ,cheers > 在2009-02-27,

[android-porting] Re: implement media player

2009-02-26 Thread susanner
thanks so much ,cheers 在2009-02-27,"Manish Sharma" 写道: Yes! in media player the opencore library is fully based on OMX it will be of great help. Even there is a support for third party OMX integration in opencore. Check the master core implementation in opencore. Cheers, MS 2009/2/27 sus

[android-porting] Re: implement media player

2009-02-26 Thread Manish Sharma
Yes! in media player the opencore library is fully based on OMX it will be of great help. Even there is a support for third party OMX integration in opencore. Check the master core implementation in opencore. Cheers, MS 2009/2/27 susanner > may I ask if I want to port mediaplayer to a platform